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

Liste de tous les membres

Fonctions membres publiques

 getTable ($type= 'Content', $prefix= 'JTable', $config=array())
 getItem ($pk=null)
 getForm ($data=array(), $loadData=true)
 save ($data)
 featured ($pks, $value=0)
getItem ($pk=null)
 hit ($pk=0)
 storeVote ($pk=0, $rate=0)
- Fonctions membres publiques inherited from JModelAdmin
 __construct ($config=array())
 batch ($commands, $pks, $contexts)
 checkin ($pks=array())
 checkout ($pk=null)
 delete (&$pks)
 publish (&$pks, $value=1)
 reorder ($pks, $delta=0)
 saveorder ($pks=null, $order=null)
- Fonctions membres publiques inherited from JModelForm
 validate ($form, $data, $group=null)
- Fonctions membres publiques inherited from JModel
 getDbo ()
 getName ()
 getState ($property=null, $default=null)
 setDbo (&$db)
 setState ($property, $value=null)
- Fonctions membres publiques inherited from JObject
 __toString ()
 def ($property, $default=null)
 get ($property, $default=null)
 getProperties ($public=true)
 getError ($i=null, $toString=true)
 getErrors ()
 set ($property, $value=null)
 setProperties ($properties)
 setError ($error)
 toString ()

Fonctions membres protégées

 batchCopy ($value, $pks, $contexts)
 canDelete ($record)
 canEditState ($record)
 prepareTable (&$table)
 loadFormData ()
 getReorderConditions ($table)
 cleanCache ($group=null, $client_id=0)
 populateState ()
- Fonctions membres protégées inherited from JModelItem
 getStoreId ($id= '')
- Fonctions membres protégées inherited from JModel
 _getList ($query, $limitstart=0, $limit=0)
 _getListCount ($query)
 _createTable ($name, $prefix= 'Table', $config=array())
- Fonctions membres protégées inherited from JModelAdmin
 batchAccess ($value, $pks, $contexts)
 batchLanguage ($value, $pks, $contexts)
 batchMove ($value, $pks, $contexts)
 generateNewTitle ($category_id, $alias, $title)
- Fonctions membres protégées inherited from JModelForm
 loadForm ($name, $source=null, $options=array(), $clear=false, $xpath=false)
 preprocessForm (JForm $form, $data, $group= 'content')

Attributs protégés

 $text_prefix = 'COM_CONTENT'
 $_context = 'com_content.article'
- Attributs protégés inherited from JModelItem
 $_item = null
- Attributs protégés inherited from JModel
 $__state_set = null
 $_db
 $name
 $option = null
 $state
 $event_clean_cache = null
- Attributs protégés inherited from JObject
 $_errors = array()
- Attributs protégés inherited from JModelAdmin
 $event_after_delete = null
 $event_after_save = null
 $event_before_delete = null
 $event_before_save = null
 $event_change_state = null
- Attributs protégés inherited from JModelForm
 $_forms = array()

Documentation des fonctions membres

ContentModelArticle::batchCopy (   $value,
  $pks,
  $contexts 
)
protected

Batch copy items to a new category or current.

Paramètres:
integer$valueThe new category.
array$pksAn array of row IDs.
array$contextsAn array of item contexts.
Renvoie:
mixed An array of new IDs on success, boolean false on failure.
Depuis:
11.1

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

Références $data, $db, $extension, $i, $query, $user, JText\_(), JFactory\getApplication(), JTable\getInstance(), JFactory\getUser(), et JText\sprintf().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticle::canDelete (   $record)
protected

Method to test whether a record can be deleted.

Paramètres:
object$recordA record object.
Renvoie:
boolean True if allowed to delete the record. Defaults to the permission set in the component.
Depuis:
1.6

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

Références $user, JFactory\getUser(), et return.

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticle::canEditState (   $record)
protected

Method to test whether a record can have its state edited.

Paramètres:
object$recordA record object.
Renvoie:
boolean True if allowed to change the state of the record. Defaults to the permission set in the component.
Depuis:
1.6

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

Références $user, elseif, et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticle::cleanCache (   $group = null,
  $client_id = 0 
)
protected

Custom clean the cache of com_content and content modules

Depuis:
1.6

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

ContentModelArticle::featured (   $pks,
  $value = 0 
)

Method to toggle the featured setting of articles.

Paramètres:
arrayThe ids of the items to toggle.
intThe value to toggle to.
Renvoie:
boolean True on success.

Références $db, $query, JText\_(), et JArrayHelper\toInteger().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticle::getForm (   $data = array(),
  $loadData = true 
)

Method to get the record form.

Paramètres:
array$dataData for the form.
boolean$loadDataTrue if the form is to load its own data (default case), false if not.
Renvoie:
mixed A JForm object on success, false on failure
Depuis:
1.6

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

Références $id, $user, JFactory\getApplication(), et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

& ContentModelArticle::getItem (   $pk = null)

Method to get article data.

Paramètres:
integerThe id of the article.
Renvoie:
mixed Menu item data object on success, false on failure.

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

Réimplémentée dans ContentModelForm.

Références $asset, $data, $date, $db, $published, $query, $user, $userId, JText\_(), elseif, JFactory\getDate(), JFactory\getLanguage(), JFactory\getUser(), JRegistry\loadString(), null, et JError\raiseError().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticle::getItem (   $pk = null)

Method to get a single record.

Paramètres:
integerThe id of the primary key.
Renvoie:
mixed Object on success, false on failure.

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

Réimplémentée dans ContentModelForm.

Références $item, et JRegistry\loadString().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticle::getReorderConditions (   $table)
protected

A protected method to get a set of ordering conditions.

Paramètres:
objectA record object.
Renvoie:
array An array of conditions to add to add to ordering queries.
Depuis:
1.6

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

Réimplémentée dans ContentModelFeature.

ContentModelArticle::getTable (   $type = 'Content',
  $prefix = 'JTable',
  $config = array() 
)

Returns a Table object, always creating it.

Paramètres:
typeThe table type to instantiate
stringA prefix for the table class name. Optional.
arrayConfiguration array for model. Optional.
Renvoie:
JTable A database object

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

Réimplémentée dans ContentModelFeature.

Références $config, $type, et JTable\getInstance().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticle::hit (   $pk = 0)

Increment the hit counter for the article.

Paramètres:
intOptional primary key of the article to increment.
Renvoie:
boolean True if successful; false otherwise and internal error set.

Références $db, et JRequest\getInt().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticle::loadFormData ( )
protected

Method to get the data that should be injected in the form.

Renvoie:
mixed The data for the form.
Depuis:
1.6

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

Références $app, $data, JFactory\getApplication(), et JRequest\getInt().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticle::populateState ( )
protected

Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

Depuis:
1.6

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

Réimplémentée dans ContentModelForm.

Références $app, $params, $user, JFactory\getApplication(), JRequest\getInt(), JRequest\getUInt(), JFactory\getUser(), et JLanguageMultilang\isEnabled().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticle::prepareTable ( $table)
protected

Prepare and sanitise the table data prior to saving.

Paramètres:
JTableA JTable object.
Renvoie:
void
Depuis:
1.6

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

Références $db, et JFactory\getDate().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticle::save (   $data)

Method to save the form data.

Paramètres:
arrayThe form data.
Renvoie:
boolean True on success.
Depuis:
1.6

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

Références $data, $title, JRequest\getVar(), et JRegistry\loadArray().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticle::storeVote (   $pk = 0,
  $rate = 0 
)

Références $db, JError\raiseWarning(), et JText\sprintf().

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

ContentModelArticle::$_context = 'com_content.article'
protected

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

ContentModelArticle::$text_prefix = 'COM_CONTENT'
protected

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


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