Home  Support  API

UIPage Class Reference
[UI]


Represents a renderable page.

Definition at line 24 of file UIPage.class.php.

Inheritance diagram for UIPage:
Inheritance graph

List of all members.

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.

Member Function Documentation

UIPage::getMasterPage (  ) 

Gets the master page for the control.

Returns:
UIMasterPage

Definition at line 48 of file UIPage.class.php.

UIPage::getParentControl (  ) 

Gets the parent UIControl, if set.

Returns:
UIControl|null

Reimplemented from UIControl.

Definition at line 53 of file UIPage.class.php.

UITemplateControl::getPresentation (  )  [inherited]

Gets the presentation layer of the control.

Returns:
UIPresentation

Definition at line 48 of file UITemplateControl.class.php.

UIPage::render ( IOutput output  ) 

Renders the UI representation to the source.

Parameters:
IOutput $output render destination
Returns:
void

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.

Returns:
UIPage itself

Definition at line 36 of file UIPage.class.php.


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