Campustream 1.0
A social network MQP for WPI
View Class Reference

Public Member Functions

 __construct ($name, $data=null)
 render ()
 set ($name, $value)
 __set ($name, $value)
 __get ($key)

Static Public Member Functions

static factory ($name, $data=null)
static respond_to ($format, $block)

Protected Attributes

 $local_data = array()

Static Protected Attributes

static $global_data = array()

Detailed Description

Definition at line 4 of file view.php.


Constructor & Destructor Documentation

__construct ( name,
data = null 
)

Definition at line 11 of file view.php.


Member Function Documentation

__get ( key)

Definition at line 44 of file view.php.

__set ( name,
value 
)

Definition at line 39 of file view.php.

static factory ( name,
data = null 
) [static]

Definition at line 21 of file view.php.

render ( )

Definition at line 25 of file view.php.

static respond_to ( format,
block 
) [static]

Definition at line 58 of file view.php.

set ( name,
value 
)

Definition at line 34 of file view.php.


Field Documentation

$global_data = array() [static, protected]

Definition at line 7 of file view.php.

$local_data = array() [protected]

Definition at line 6 of file view.php.


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