\InstallationViewDefaultlanguageHtml
The Installation Default Language View
Synopsis
class InstallationViewDefaultlanguageHtml
extends JViewHtml
{
- // Inherited members from JViewBase
- protected JModel $model;
- // methods
- public string render()
- // 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
Members
protected
- $layout
—
string
The view layout. - $model
—
InstallationModelLanguages
Redefine the model so the correct type hinting is available. - $model
—
JModel
The model object. - $paths
—
SplPriorityQueue
The paths queue.
public
- $items
—
array
Container with all installed languages
Methods
public
- render() — Method to render the view.
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.