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 CategoryFeedView
+ Graphe d'héritage de CategoryFeedView:

Fonctions membres publiques

 display ($tpl=null)
 
- Fonctions membres publiques hérités de HtmlView
 __construct ($config=array())
 
 display ($tpl=null)
 
 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 ()
 
 setDocumentTitle ($title)
 

Fonctions membres protégées

 reconcileNames ($item)
 
- Fonctions membres protégées hérités de HtmlView
 _setPath ($type, $path)
 
 _addPath ($type, $path)
 
 _createFileName ($type, $parts=array())
 

Membres hérités additionnels

- Champs de données hérités de HtmlView
 $document
 
- Attributs protégés hérités de HtmlView
 $_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'
 

Description détaillée

Base feed View class for a category

Depuis
3.2

Documentation des fonctions membres

◆ display()

display (   $tpl = null)

Execute and display a template script.

Paramètres
string$tplThe name of the template file to parse; automatically searches through the template paths.
Renvoie
mixed A string if successful, otherwise an Error object.
Depuis
3.2

Références $app, $author, $category, $date, $description, $document, $extension, $item, $items, $language, $link, $title, elseif, ENT_COMPAT, getDocument, et null.

◆ reconcileNames()

reconcileNames (   $item)
protected

Method to reconcile non standard names from components to usage in this class. Typically overridden in the component feed view class.

Paramètres
object$itemThe item for a feed, an element of the $items array.
Renvoie
void
Depuis
3.2

Références $item.


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