Cheetah
Thing.php
Go to the documentation of this file.
1 <?php
2 
8 // parent object for all classes
9 
10 class Thing
11 {
12 
13 // public functions
14 
18  function __construct ()
19  {
20  }
21 
22 // private functions
23 
24 }
php
Thing
Definition: Thing.php:9
Thing\__construct
__construct()
Definition: Thing.php:18