Cradle
0.3.3
Simple library for creating Web-based applications
|
Template of the new class. More...
Public Member Functions | |
__construct ($config=null) | |
__destruct () | |
method ($param=null) | |
Data Fields | |
$property | |
const | SOME_CLASS_CONST = 1 |
Template of the new class.
This file contains code style and a basic structure of the new class.
Doc style is adapted to «Doxygen» (documentation generator).
__construct | ( | $config = null | ) |
Constructor
array | $config | An array of properties to initialize the class. |
__destruct | ( | ) |
Destructor
method | ( | $param = null | ) |
The method
type | $param | Description |
$property |
string The public property
const SOME_CLASS_CONST = 1 |
The constatnt of the class