Represents a renderable UI control.
Definition at line 24 of file UIControl.class.php.
Public Member Functions | |
| getParentControl () | |
| Gets the parent UIControl, if set. | |
| render (IOutput $output) | |
| Renders the UI representation to the source. | |
| UIControl::getParentControl | ( | ) | [abstract] |
Gets the parent UIControl, if set.
Reimplemented in UIPage, and UIUserControl.
| UIControl::render | ( | IOutput $ | output | ) | [abstract] |
Renders the UI representation to the source.
| IOutput | $output render destination |
Reimplemented in UIMasterPage, UIPage, and UITemplateControl.
Referenced by UIViewPresentation::renderPartial().