Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
display ($tpl=null) | |
Fonctions membres publiques inherited from JViewLegacy | |
__construct ($config=array()) | |
assign () | |
assignRef ($key, &$val) | |
escape ($var) | |
get ($property, $default=null) | |
getModel ($name=null) | |
getLayout () | |
getLayoutTemplate () | |
getName () | |
setModel ($model, $default=false) | |
setLayout ($layout) | |
setLayoutExt ($value) | |
setEscape ($spec) | |
addTemplatePath ($path) | |
addHelperPath ($path) | |
loadTemplate ($tpl=null) | |
loadHelper ($hlp=null) | |
getForm () | |
Fonctions membres publiques inherited from JObject | |
__toString () | |
def ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) |
Fonctions membres protégées | |
prepareDocument () | |
Fonctions membres protégées inherited from JViewLegacy | |
_setPath ($type, $path) | |
_addPath ($type, $path) | |
_createFileName ($type, $parts=array()) |
Attributs protégés | |
$state | |
$items | |
$pageHeading | |
Attributs protégés inherited from JViewLegacy | |
$_name = null | |
$_models = array() | |
$_basePath = null | |
$_defaultModel = null | |
$_layout = 'default' | |
$_layoutExt = 'php' | |
$_layoutTemplate = '_' | |
$_path = array('template' => array(), 'helper' => array()) | |
$_template = null | |
$_output = null | |
$_escape = 'htmlspecialchars' | |
$_charset = 'UTF-8' | |
Attributs protégés inherited from JObject | |
$_errors = array() |
Définition à la ligne 19 du fichier categories.php.
JViewCategories::display | ( | $tpl = null | ) |
Execute and display a template script.
string | $tpl | The name of the template file to parse; automatically searches through the template paths. |
Réimplémentée à partir de JViewLegacy.
Définition à la ligne 54 du fichier categories.php.
Références JText\_(), et JFactory\getApplication().
|
protected |
Prepares the document
Définition à la ligne 108 du fichier categories.php.
Références JText\_(), JFactory\getApplication(), et JText\sprintf().
|
protected |
Définition à la ligne 35 du fichier categories.php.
|
protected |
Définition à la ligne 43 du fichier categories.php.
|
protected |
Définition à la ligne 27 du fichier categories.php.