Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe ConfigViewCmsHtml
+ Graphe d'héritage de ConfigViewCmsHtml:

Fonctions membres publiques

 __construct (JModel $model, SplPriorityQueue $paths=null)
 
 loadTemplate ($tpl=null)
 
 getName ()
 
- Fonctions membres publiques hérités de JViewHtml
 __construct (JModel $model, SplPriorityQueue $paths=null)
 
 __toString ()
 
 escape ($output)
 
 getLayout ()
 
 getPath ($layout)
 
 getPaths ()
 
 render ()
 
 setLayout ($layout)
 
 setPaths (SplPriorityQueue $paths)
 
- Fonctions membres publiques hérités de JViewBase
 __construct (JModel $model)
 
 escape ($output)
 

Fonctions membres protégées

 _createFileName ($type, $parts=array())
 
- Fonctions membres protégées hérités de JViewHtml
 loadPaths ()
 

Attributs protégés

 $_output = null
 
 $_template = null
 
 $_path = array('template' => array(), 'helper' => array())
 
 $_layoutExt = 'php'
 
- Attributs protégés hérités de JViewHtml
 $layout = 'default'
 
 $paths
 
- Attributs protégés hérités de JViewBase
 $model
 

Description détaillée

Prototype admin view.

Depuis
3.2

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( JModel  $model,
SplPriorityQueue  $paths = null 
)

Method to instantiate the view.

Paramètres
JModel$modelThe model object.
SplPriorityQueue$pathsThe paths queue.
Depuis
3.2

Références $app, $component, et JPATH_THEMES.

Documentation des fonctions membres

◆ _createFileName()

_createFileName (   $type,
  $parts = array() 
)
protected

Create the filename for a resource

Paramètres
string$typeThe resource type to create the filename for
array$partsAn associative array of filename information
Renvoie
string The filename
Depuis
3.2

Références $parts, et $type.

◆ getName()

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
Exception

◆ loadTemplate()

loadTemplate (   $tpl = null)

Load a template file – first look in the templates folder for an override

Paramètres
string$tplThe 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
Exception

Références $file, $lang, $layout, $template, jimport(), JPATH_BASE, JPATH_THEMES, et null.

Documentation des champs

◆ $_layoutExt

$_layoutExt = 'php'
protected

◆ $_output

$_output = null
protected

◆ $_path

$_path = array('template' => array(), 'helper' => array())
protected

◆ $_template

$_template = null
protected

La documentation de cette classe a été générée à partir du fichier suivant :