Cradle  0.3.3
Simple library for creating Web-based applications
NewClass Class Reference

Template of the new class. More...

Public Member Functions

 __construct ($config=null)
 
 __destruct ()
 
 method ($param=null)
 

Data Fields

 $property
 
const SOME_CLASS_CONST = 1
 

Detailed Description

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).

Version
1.0
Author
Digger mrdig.nosp@m.ger@.nosp@m.sad-s.nosp@m.yste.nosp@m.ms.ru

Example of usage:

Here is the main example code

Constructor & Destructor Documentation

__construct (   $config = null)

Constructor

Parameters
array$configAn array of properties to initialize the class.
__destruct ( )

Destructor

Member Function Documentation

method (   $param = null)

The method

Parameters
type$paramDescription
Returns
type Description
See also
$property

Example:

Here is a place for example code...

Field Documentation

$property

string The public property

const SOME_CLASS_CONST = 1

The constatnt of the class


The documentation for this class was generated from the following file: