Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe modArticlesCategoryHelper

Liste de tous les membres

Fonctions membres publiques statiques

static getList (&$params)
static _cleanIntrotext ($introtext)
static truncate ($html, $maxLength=0)
static groupBy ($list, $fieldName, $article_grouping_direction, $fieldNameToKeep=null)
static groupByDate ($list, $type= 'year', $article_grouping_direction, $month_year_format= 'F Y')

Documentation des fonctions membres

static modArticlesCategoryHelper::_cleanIntrotext (   $introtext)
static
static modArticlesCategoryHelper::groupBy (   $list,
  $fieldName,
  $article_grouping_direction,
  $fieldNameToKeep = null 
)
static

Références $item, $key, et $list.

static modArticlesCategoryHelper::groupByDate (   $list,
  $type = 'year',
  $article_grouping_direction,
  $month_year_format = 'F Y' 
)
static

Références $date, $item, $key, $list, $type, et JString\substr().

+ Voici le graphe d'appel pour cette fonction :

static modArticlesCategoryHelper::truncate (   $html,
  $maxLength = 0 
)
static

Method to truncate introtext

The goal is to get the proper length plain text string with as much of the html intact as possible with all tags properly closed.

Paramètres:
string$htmlThe content of the introtext to be truncated
integer$maxLengthThe maximum number of charactes to render
Renvoie:
string The truncated string

Références $html, et JHtml\_().

+ Voici le graphe d'appel pour cette fonction :


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