\JViewBase
Joomla Platform Base View Class
Synopsis
class JViewBase
implements
JView
{
- // members
- protected JModel $model;
- // methods
- public void __construct()
- public string escape()
Hierarchy
Extended by
- BaseView
- HtmlView
- InstallationViewDefaultlanguageHtml
- InstallationViewRemoveHtml
- InstallationViewCompleteHtml
- InstallationViewInstallHtml
- InstallationViewPreinstallHtml
- InstallationViewDefault
- InstallationViewLanguagesHtml
- InstallationViewSummaryHtml
- ConfigViewConfigHtml
- ConfigViewCmsJson
- ConfigViewCmsHtml
- ConfigViewTemplatesHtml
- ConfigViewApplicationJson
- ConfigViewApplicationHtml
- ConfigViewComponentHtml
- JViewHtml
Implements
Members
protected
- $model
—
JModel
The model object.
Methods
public
- __construct() — Method to instantiate the view.
- escape() — Method to escape output.