Contract for presentation logic encapsulator, used to render UIControl.
Definition at line 24 of file UIPresentation.class.php.

Public Member Functions | |
| render (IOutput $output) | |
| Renders the presentation logic to the source. | |
| UIPresentation::render | ( | IOutput $ | output | ) | [abstract] |
Renders the presentation logic to the source.
| IOutput | $output render destination |
Reimplemented in UIViewPresentation, and UIPhpLayoutPresentation.