Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
commonCategoryDisplay () | |
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 () | |
addFeed () | |
Fonctions membres protégées inherited from JViewLegacy | |
_setPath ($type, $path) | |
_addPath ($type, $path) | |
_createFileName ($type, $parts=array()) |
Attributs protégés | |
$state | |
$items | |
$category | |
$categories | |
$pagination | |
$children | |
$extension | |
$viewName | |
$defaultPageTitle | |
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 category.php.
|
protected |
Method to add an alternative feed link to a category layout.
Définition à la ligne 264 du fichier category.php.
Références JRoute\_().
JViewCategory::commonCategoryDisplay | ( | ) |
Method with common display elements used in category list displays
Définition à la ligne 100 du fichier category.php.
Références JText\_(), JFactory\getApplication(), JFactory\getUser(), et JError\raiseError().
JViewCategory::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 191 du fichier category.php.
|
protected |
Method to prepares the document
Définition à la ligne 205 du fichier category.php.
Références JText\_(), JFactory\getApplication(), et JText\sprintf().
|
protected |
Définition à la ligne 51 du fichier category.php.
|
protected |
Définition à la ligne 43 du fichier category.php.
|
protected |
Définition à la ligne 67 du fichier category.php.
|
protected |
Définition à la ligne 91 du fichier category.php.
|
protected |
Définition à la ligne 75 du fichier category.php.
|
protected |
Définition à la ligne 35 du fichier category.php.
|
protected |
Définition à la ligne 59 du fichier category.php.
|
protected |
Définition à la ligne 27 du fichier category.php.
|
protected |
Définition à la ligne 83 du fichier category.php.