Public Member Functions | |
render () | |
Protected Member Functions | |
renderContent () |
Definition at line 37 of file AccessFailureAjaxView.php.
render | ( | ) |
Renders a div element with a id or class attribute set to the type of the view, (depending on the value returned by isUniqueToAPage()), and containing the content of any matching template found in the themes/<themename>/ directory if it exists, marked by begin/end comments, and the content of the view rendered by renderContent(). All are correctly indented by indent().
If the template does not exist in the active theme folder, it will attempt to locate the file in the themes/default/templates folder and include it if it exists.
Reimplemented from View.
Definition at line 39 of file AccessFailureAjaxView.php.
renderContent | ( | ) | [protected] |
Renders the view content.
Reimplemented from View.
Definition at line 44 of file AccessFailureAjaxView.php.