onPHP

Model Class Reference

 

Model Class Reference
[Spring-like webflow tools]

Inheritance diagram for Model:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 clean ()
 isEmpty ()
 getList ()
 set ($name, $var)
 get ($name)
 has ($name)
 drop ($name)

Static Public Member Functions

static create ()

Private Attributes

 $vars = array()

Detailed Description

Definition at line 16 of file Model.class.php.


Member Function Documentation

static Model::create (  )  [static]

Definition at line 20 of file Model.class.php.

Referenced by TakeCommand::run().

Model::clean (  ) 

Implements SimplifiedArrayAccess.

Definition at line 25 of file Model.class.php.

Model::isEmpty (  ) 

Implements SimplifiedArrayAccess.

Definition at line 32 of file Model.class.php.

Model::getList (  ) 

Implements SimplifiedArrayAccess.

Definition at line 37 of file Model.class.php.

Model::set ( name,
var 
)

Implements SimplifiedArrayAccess.

Definition at line 42 of file Model.class.php.

Model::get ( name  ) 

Implements SimplifiedArrayAccess.

Definition at line 49 of file Model.class.php.

Model::has ( name  ) 

Implements SimplifiedArrayAccess.

Definition at line 54 of file Model.class.php.

Model::drop ( name  ) 

Implements SimplifiedArrayAccess.

Definition at line 59 of file Model.class.php.


Member Data Documentation

Model::$vars = array() [private]

Definition at line 18 of file Model.class.php.


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

generated by doxygen-1.5.1
for onPHP at Mon Jan 8 11:43:30 2007