\BaseView
Concrete class extending JViewBase.
Synopsis
class BaseView
extends JViewBase
{
- // Inherited members from JViewBase
- protected JModel $model;
- // methods
- public string render()
- // Inherited methods from JViewBase
- public void __construct()
- public string escape()
Hierarchy
Extends
Members
protected
- $model
—
JModel
The model object.