Inheritance diagram for GenieGate_View_Ganged:


Public Member Functions | |
| GenieGate_View_Ganged ($v=array()) | |
| Generic constructor. | |
| addView ($view) | |
| Adds a view to the list of views to be displayed. | |
| getViews () | |
| Fetch a list array of all the views. | |
| display () | |
| Display all the views, one after the other. | |
| param ($param=FALSE, $value=FALSE) | |
| Get/Set a named parameter. | |
| getLink ($qry=array()) | |
| Returns a link to this page. | |
It gangs one or more views together and calls them all in the display() method.
The reason for this is in the fact that the headers are sent during the ob_ stuff in the mail view, which isn't a problem until you want to use the Location view to direct a user to an alternative location.
It also has usefulness if you wanted to delayed execution or something like that.
Definition at line 17 of file Ganged.php.
|
|
Generic constructor.
Definition at line 25 of file Ganged.php. |
|
|
Adds a view to the list of views to be displayed.
Definition at line 33 of file Ganged.php. |
|
|
Display all the views, one after the other.
Reimplemented from GenieGate_View. Definition at line 49 of file Ganged.php. |
|
|
Returns a link to this page.
|
|
|
Fetch a list array of all the views.
Definition at line 42 of file Ganged.php. |
|
||||||||||||
|
Get/Set a named parameter. With no parameters, returns an associative array of all the available parameters. (Same as $view->PARAM, but encapsulated) With 1 parameter, ($param) just returns the value of the named parameter. With 2 parameters, assigns $param a new value (returns old value).
Definition at line 36 of file View.php. Referenced by GenieGate_View_XMLExport::display(). |
Documentation generated by DoxyGen