Prototype admin view.
- Depuis
- 3.2
◆ __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.2
Références $app, $component, et JPATH_THEMES.
◆ _createFileName()
_createFileName |
( |
|
$type, |
|
|
|
$parts = array() |
|
) |
| |
|
protected |
Create the filename for a resource
- Paramètres
-
string | $type | The resource type to create the filename for |
array | $parts | An associative array of filename information |
- Renvoie
- string The filename
- Depuis
- 3.2
Références $parts, et $type.
◆ getName()
Method to get the view name
The model name by default parsed using the classname, or it can be set by passing a $config['name'] in the class constructor
- Renvoie
- string The name of the model
- Depuis
- 3.2
- Exceptions
-
◆ loadTemplate()
loadTemplate |
( |
|
$tpl = null | ) |
|
Load a template file – first look in the templates folder for an override
- Paramètres
-
string | $tpl | The name of the template source file; automatically searches the template paths and compiles as needed. |
- Renvoie
- string The output of the the template script.
- Depuis
- 3.2
- Exceptions
-
Références $file, $lang, $layout, $template, jimport(), JPATH_BASE, JPATH_THEMES, et null.
◆ $_layoutExt
◆ $_output
◆ $_path
$_path = array('template' => array(), 'helper' => array()) |
|
protected |
◆ $_template
La documentation de cette classe a été générée à partir du fichier suivant :