Represents a renderable page.
Definition at line 24 of file UIPage.class.php.

Public Member Functions | |
| getMasterPage () | |
| Gets the master page for the control. | |
| getParentControl () | |
| Gets the parent UIControl, if set. | |
| getPresentation () | |
| Gets the presentation layer of the control. | |
| render (IOutput $output) | |
| Renders the UI representation to the source. | |
| setMasterPage (UIMasterPage $masterPage) | |
| Sets the master page for the control. | |
| UIPage::getMasterPage | ( | ) |
Gets the master page for the control.
Definition at line 48 of file UIPage.class.php.
| UIPage::getParentControl | ( | ) |
Gets the parent UIControl, if set.
Reimplemented from UIControl.
Definition at line 53 of file UIPage.class.php.
| UITemplateControl::getPresentation | ( | ) | [inherited] |
Gets the presentation layer of the control.
Definition at line 48 of file UITemplateControl.class.php.
| UIPage::render | ( | IOutput $ | output | ) |
Renders the UI representation to the source.
| IOutput | $output render destination |
Reimplemented from UITemplateControl.
Reimplemented in UIMasterPage.
Definition at line 58 of file UIPage.class.php.
References IOutput::write().
| UIPage::setMasterPage | ( | UIMasterPage $ | masterPage | ) |
Sets the master page for the control.
Definition at line 36 of file UIPage.class.php.