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

Référence de la classe ContentModelArticle

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

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des constructeurs et destructeur

ContentModelArticle::__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

ContentModelArticle::_buildContentWhere ( )

Method to build the WHERE clause of the query to select a content article

private

Renvoie:
string WHERE clause
Depuis:
1.5

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

Voici le graphe d'appel pour cette fonction :

ContentModelArticle::_loadArticle ( )

Method to load content article data

private

Renvoie:
boolean True on success
Depuis:
1.5

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

Voici le graphe d'appel pour cette fonction :

ContentModelArticle::_loadArticleParams ( )

Method to load content article parameters

private

Renvoie:
void
Depuis:
1.5

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

Voici le graphe d'appel pour cette fonction :

ContentModelArticle::checkin ( )

Method to checkin/unlock the article

public

Renvoie:
boolean True on success
Depuis:
1.5

Références JTable::getInstance().

Voici le graphe d'appel pour cette fonction :

ContentModelArticle::checkout ( uid = null)

Method to checkout/lock the article

public

Paramètres:
int$uidUser ID of the user checking the article out
Renvoie:
boolean True on success
Depuis:
1.5

Références $user, JTable::getInstance(), et JFactory::getUser().

Voici le graphe d'appel pour cette fonction :

ContentModelArticle::get ( property,
default = null 
)

Overridden get method to get properties from the article

public

Paramètres:
string$propertyThe name of the property
mixed$valueThe value of the property to set
Renvoie:
mixed The value of the property
Depuis:
1.5

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

& ContentModelArticle::getArticle ( )

Method to get content article data for the frontpage

Depuis:
1.5

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

Voici le graphe d'appel pour cette fonction :

ContentModelArticle::hit ( )

Method to increment the hit counter for the article

public

Renvoie:
boolean True on success
Depuis:
1.5

Références $mainframe, et JTable::getInstance().

Voici le graphe d'appel pour cette fonction :

ContentModelArticle::isCheckedOut ( uid = 0)

Tests if article is checked out

public

Paramètres:
intA user id
Renvoie:
boolean True if checked out
Depuis:
1.5

Références elseif, et JError::raiseWarning().

Voici le graphe d'appel pour cette fonction :

ContentModelArticle::set ( property,
value = null 
)

Overridden set method to pass properties on to the article

public

Paramètres:
string$propertyThe name of the property
mixed$valueThe value of the property to set
Renvoie:
boolean True on success
Depuis:
1.5

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

ContentModelArticle::setId ( id)

Method to set the article id

public

Paramètres:
intArticle ID number

Références $id.

ContentModelArticle::store ( data)

Method to store the article

public

Renvoie:
boolean True on success
Depuis:
1.5

Références $config, $data, $date, $mainframe, $query, $state, $text, $user, JText::_(), elseif, JFactory::getDate(), JDispatcher::getInstance(), JTable::getInstance(), JComponentHelper::getParams(), JFactory::getUser(), JPluginHelper::importPlugin(), jimport(), et JError::raiseError().

Voici le graphe d'appel pour cette fonction :

ContentModelArticle::storeVote ( rate)

Method to store a user rating for a content article

public

Paramètres:
int$ratingArticle rating [ 1 - 5 ]
Renvoie:
boolean True on success
Depuis:
1.5

Références $query, JError::raiseError(), et JError::raiseWarning().

Voici le graphe d'appel pour cette fonction :


Documentation des données membres

ContentModelArticle::$_article = null

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