API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe ContentModelSection

Graphe d'héritage de ContentModelSection:
Graphe de collaboration de ContentModelSection:

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des constructeurs et destructeur

ContentModelSection::__construct ( )

Constructor

Depuis:
1.5

Réimplémentée à partir de JObject.

Références $id, et JRequest::getVar().

Voici le graphe d'appel pour cette fonction :


Documentation des fonctions membres

ContentModelSection::_buildContentOrderBy ( state = 1)

Build the SQL ORDER BY for the section listing.

Paramètres:
int$stateThe published state of the articles being listed.
Renvoie:
string The full ORDER BY clause.
Depuis:
1.5

Références $params, $state, JFactory::getApplication(), JRequest::getCmd(), JRequest::getWord(), ContentHelperQuery::orderbyPrimary(), et ContentHelperQuery::orderbySecondary().

Voici le graphe d'appel pour cette fonction :

ContentModelSection::_buildContentWhere ( state = 1)
ContentModelSection::_buildQuery ( state = 1)

Références $mainframe, $params, $query, $state, $where, et ContentHelperQuery::buildVotingQuery().

Voici le graphe d'appel pour cette fonction :

ContentModelSection::_loadCategories ( )

Method to load sibling category data if it doesn't exist.

private

Renvoie:
boolean True on success

Références $mainframe, $now, $nullDate, $params, $query, $user, JFactory::getUser(), et ContentHelperQuery::orderbySecondary().

Voici le graphe d'appel pour cette fonction :

ContentModelSection::_loadData ( state = 1)

Method to load content item data for items in the category if they don't exist.

private

Renvoie:
boolean True on success

Références $i, $limit, $limitstart, $query, $rows, $state, JRequest::getVar(), et JError::raiseError().

Voici le graphe d'appel pour cette fonction :

ContentModelSection::_loadSection ( )

Method to load section data if it doesn't exist.

private

Renvoie:
boolean True on success

Références $query, et $where.

ContentModelSection::_loadTree ( )

Method to load content item data for items in the category if they don't exist.

private

Renvoie:
boolean True on success

Références $and, $mainframe, $now, $nullDate, $query, $user, et JFactory::getUser().

Voici le graphe d'appel pour cette fonction :

ContentModelSection::getArchives ( state = -1)

Method to get archived article data for the current section

Paramètres:
int$stateThe content state to pull from for the current section
Depuis:
1.5
ContentModelSection::getCategories ( )

Method to get sibling category data for the current category

Depuis:
1.5

Références $user, JText::_(), JFactory::getUser(), et JError::raiseError().

Voici le graphe d'appel pour cette fonction :

ContentModelSection::getData ( state = 1)

Method to get content item data for the section

Paramètres:
int$stateThe content state to pull from for the current section
Depuis:
1.5

Références $state, $user, JText::_(), JFactory::getUser(), et JError::raiseError().

Voici le graphe d'appel pour cette fonction :

ContentModelSection::getSection ( )

Method to get section data for the current section

Depuis:
1.5

Références $user, JText::_(), JFactory::getUser(), et JError::raiseError().

Voici le graphe d'appel pour cette fonction :

ContentModelSection::getTotal ( state = 1)

Method to get the total number of content items for the section

public

Renvoie:
integer

Références $query, et $state.

ContentModelSection::getTree ( )

Method to get archived article data for the current section

Paramètres:
int$stateThe content state to pull from for the current section
Depuis:
1.5
ContentModelSection::setId ( id)

Method to set the section id

public

Paramètres:
intSection ID number

Références $id.


Documentation des données membres

ContentModelSection::$_categories = null
ContentModelSection::$_data = null
ContentModelSection::$_id = null
ContentModelSection::$_section = null
ContentModelSection::$_total = null

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