Home  Support  API

UIControl Class Reference
[UI]


Represents a renderable UI control.

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

Inheritance diagram for UIControl:
Inheritance graph

List of all members.

Public Member Functions

 getParentControl ()
 Gets the parent UIControl, if set.
 render (IOutput $output)
 Renders the UI representation to the source.

Member Function Documentation

UIControl::getParentControl (  )  [abstract]

Gets the parent UIControl, if set.

Returns:
UIControl|null

Reimplemented in UIPage, and UIUserControl.

UIControl::render ( IOutput output  )  [abstract]

Renders the UI representation to the source.

Parameters:
IOutput $output render destination
Returns:
void

Reimplemented in UIMasterPage, UIPage, and UITemplateControl.

Referenced by UIViewPresentation::renderPartial().


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