Public Member Functions | |
__construct (CController $controller) | |
isUniqueToAPage () | |
Protected Member Functions | |
renderContent () | |
Protected Attributes | |
$controller |
Definition at line 37 of file FlashMessageView.php.
renderContent | ( | ) | [protected] |
Renders the view content.
Reimplemented from View.
Definition at line 46 of file FlashMessageView.php.
isUniqueToAPage | ( | ) |
Tells View that it can render the extending class' divs with and id matching their name. Must be overridden to return false in extending classes that can be rendered multiple times within a page to avoid generating a page with non-unique ids which will fail XHtml validation. For those it will render a class attribute with their name.
Reimplemented from View.
Definition at line 71 of file FlashMessageView.php.