Inheritance diagram for GenieGate_View_Location:


Public Member Functions | |
| GenieGate_View_Location ($url) | |
| Constructor. | |
| display () | |
| Display the view. | |
| param ($param=FALSE, $value=FALSE) | |
| Get/Set a named parameter. | |
| getLink ($qry=array()) | |
| Returns a link to this page. | |
This takes a URL in the constructor. It sets a Location header via the header() function. The param() method tacks form variables on to the URL.
It is important that no output is sent prior to using this view.
Definition at line 15 of file Location.php.
|
|
Constructor.
Definition at line 22 of file Location.php. |
|
|
Display the view. In this case, does nothing. (a "blank" view for Controller methods that "cheat" by sending output themselves.) Reimplemented from GenieGate_View. Definition at line 26 of file Location.php. |
|
|
Returns a link to this page.
|
|
||||||||||||
|
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