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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe ContentViewCategory
+ Graphe d'héritage de ContentViewCategory:

Fonctions membres publiques

 display ($tpl=null)
 

Fonctions membres protégées

 reconcileNames ($item)
 
 prepareDocument ()
 

Attributs protégés

 $viewName = 'article'
 
 $lead_items = array()
 
 $intro_items = array()
 
 $link_items = array()
 
 $columns = 1
 
 $extension = 'com_content'
 
 $defaultPageTitle = 'JGLOBAL_ARTICLES'
 

Description détaillée

HTML View class for the Content component

Depuis
1.5

Documentation des fonctions membres

◆ display()

integer Number of columns in a multi column 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
3.2
Obsolète:
4.0

Références $active, $app, $dispatcher, $i, $item, $params, $results, $title, category, elseif, Factory\getApplication(), JEventDispatcher\getInstance(), if, items, null, et ContentHelperQuery\orderDownColumns().

◆ prepareDocument()

prepareDocument ( )
protected

Prepares the document

Renvoie
void

Références $category, $id, $item, $menu, $path, category, ContentHelperRoute\getCategoryRoute(), if, 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 $app, $item, et $params.

Documentation des champs

◆ $columns

$columns = 1
protected

◆ $defaultPageTitle

$defaultPageTitle = 'JGLOBAL_ARTICLES'
protected

◆ $extension

$extension = 'com_content'
protected

◆ $intro_items

$intro_items = array()
protected

◆ $lead_items

$lead_items = array()
protected

◆ $link_items

$link_items = array()
protected

◆ $viewName

$viewName = 'article'
protected

La documentation de cette classe a été générée à partir des fichiers suivants :