Joomla Platform HTML View Class
- Depuis
- 3.0.0
- Obsolète:
- 4.0 Use the default MVC library
◆ __construct()
__construct |
( |
JModel |
$model, |
|
|
SplPriorityQueue |
$paths = null |
|
) |
| |
Method to instantiate the view.
- Paramètres
-
JModel | $model | The model object. |
SplPriorityQueue | $paths | The paths queue. |
- Depuis
- 3.0.0
◆ __toString()
Magic toString method that is a proxy for the render method.
- Renvoie
- string
- Depuis
- 3.0.0
◆ escape()
Method to escape output.
- Paramètres
-
string | $output | The output to escape. |
- Renvoie
- string The escaped output.
- Note
- the ENT_COMPAT flag will be replaced by ENT_QUOTES in Joomla 4.0 to also escape single quotes
- Voir également
- JView::escape()
- Depuis
- 3.0.0
Implémente JView.
Références $output, ENT_COMPAT, et htmlspecialchars.
◆ getLayout()
Method to get the view layout.
- Renvoie
- string The layout name.
- Depuis
- 3.0.0
Références $layout.
◆ getPath()
Method to get the layout path.
- Paramètres
-
string | $layout | The layout name. |
- Renvoie
- mixed The layout file name if found, false otherwise.
- Depuis
- 3.0.0
Références $file, $layout, et $path.
◆ getPaths()
Method to get the view paths.
- Renvoie
- SplPriorityQueue The paths queue.
- Depuis
- 3.0.0
◆ loadPaths()
Method to load the paths queue.
- Renvoie
- SplPriorityQueue The paths queue.
- Depuis
- 3.0.0
◆ render()
Method to render the view.
- Renvoie
- string The rendered view.
- Depuis
- 3.0.0
- Exceptions
-
Implémente JView.
Références $output, et $path.
◆ setLayout()
Method to set the view layout.
- Paramètres
-
string | $layout | The layout name. |
- Renvoie
- JViewHtml Method supports chaining.
- Depuis
- 3.0.0
Références $layout.
◆ setPaths()
setPaths |
( |
SplPriorityQueue |
$paths | ) |
|
Method to set the view paths.
- Paramètres
-
SplPriorityQueue | $paths | The paths queue. |
- Renvoie
- JViewHtml Method supports chaining.
- Depuis
- 3.0.0
◆ $layout
◆ $paths
La documentation de cette classe a été générée à partir du fichier suivant :