\ConfigViewCmsHtml
Prototype admin view.
Synopsis
class ConfigViewCmsHtml
extends JViewHtml
{
- // members
- protected $_output;
- protected $_template;
- protected $_path;
- protected $_layoutExt;
- // Inherited members from JViewBase
- protected JModel $model;
- // methods
- public void __construct()
- public string loadTemplate()
- protected string _createFileName()
- public string getName()
- // Inherited methods from JViewHtml
- public void __construct()
- public string __toString()
- public string escape()
- public string getLayout()
- public mixed getPath()
- public SplPriorityQueue getPaths()
- public string render()
- public JViewHtml setLayout()
- public JViewHtml setPaths()
- protected SplPriorityQueue loadPaths()
- // Inherited methods from JViewBase
- public void __construct()
- public string escape()
Hierarchy
Extends
Extended by
Members
protected
- $_layoutExt
—
string
Layout extension - $_output
—
string
The output of the template script. - $_path
—
array
The set of search directories for resources (templates) - $_template
—
string
The name of the default template source file. - $layout
—
string
The view layout. - $model
—
JModel
The model object. - $paths
—
SplPriorityQueue
The paths queue.
Methods
protected
- _createFileName() — Create the filename for a resource
public
- __construct() — Method to instantiate the view.
- getName() — Method to get the view name
- loadTemplate() — Load a template file -- first look in the templates folder for an override
Inherited from JViewHtml
protected
- loadPaths() — Method to load the paths queue.
public
- __toString() — Magic toString method that is a proxy for the render method.
- escape() — Method to escape output.
- getLayout() — Method to get the view layout.
- getPath() — Method to get the layout path.
- getPaths() — Method to get the view paths.
- render() — Method to render the view.
- setLayout() — Method to set the view layout.
- setPaths() — Method to set the view paths.
Inherited from JViewBase
public
- escape() — Method to escape output.