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 | |
reconcileNames ($item) | |
Fonctions membres protégées inherited from JViewLegacy | |
_setPath ($type, $path) | |
_addPath ($type, $path) | |
_createFileName ($type, $parts=array()) |
Additional Inherited Members | |
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 categoryfeed.php.
JViewCategoryfeed::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 30 du fichier categoryfeed.php.
Références JRoute\_(), JFactory\getApplication(), et JFactory\getDocument().
|
protected |
Method to reconcile non standard names from components to usage in this class. Typically overriden in the component feed view class.
object | $item | The item for a feed, an element of the $items array. |
Définition à la ligne 104 du fichier categoryfeed.php.