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é
|
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() |
|
protected |
Batch copy items to a new category or current.
integer | $value | The new category. |
array | $pks | An array of row IDs. |
array | $contexts | An array of item contexts. |
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().
|
protected |
Method to test whether a record can be deleted.
object | $record | A record object. |
Réimplémentée à partir de JModelAdmin.
Références $user, JFactory\getUser(), et return.
|
protected |
Method to test whether a record can have its state edited.
object | $record | A record object. |
Réimplémentée à partir de JModelAdmin.
Références $user, elseif, et JFactory\getUser().
|
protected |
Custom clean the cache of com_content and content modules
Réimplémentée à partir de JModel.
ContentModelArticle::featured | ( | $pks, | |
$value = 0 |
|||
) |
Method to toggle the featured setting of articles.
array | The ids of the items to toggle. |
int | The value to toggle to. |
Références $db, $query, JText\_(), et JArrayHelper\toInteger().
ContentModelArticle::getForm | ( | $data = array() , |
|
$loadData = true |
|||
) |
Method to get the record form.
array | $data | Data for the form. |
boolean | $loadData | True if the form is to load its own data (default case), false if not. |
Réimplémentée à partir de JModelForm.
Références $id, $user, JFactory\getApplication(), et JFactory\getUser().
& ContentModelArticle::getItem | ( | $pk = null | ) |
Method to get article data.
integer | The id of the article. |
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().
ContentModelArticle::getItem | ( | $pk = null | ) |
Method to get a single record.
integer | The id of the primary key. |
Réimplémentée à partir de JModelAdmin.
Réimplémentée dans ContentModelForm.
Références $item, et JRegistry\loadString().
|
protected |
A protected method to get a set of ordering conditions.
object | A record object. |
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.
type | The table type to instantiate |
string | A prefix for the table class name. Optional. |
array | Configuration array for model. Optional. |
Réimplémentée à partir de JModel.
Réimplémentée dans ContentModelFeature.
Références $config, $type, et JTable\getInstance().
ContentModelArticle::hit | ( | $pk = 0 | ) |
Increment the hit counter for the article.
int | Optional primary key of the article to increment. |
Références $db, et JRequest\getInt().
|
protected |
Method to get the data that should be injected in the form.
Réimplémentée à partir de JModelForm.
Références $app, $data, JFactory\getApplication(), et JRequest\getInt().
|
protected |
Method to auto-populate the model state.
Note. Calling getState in this method will result in recursion.
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().
|
protected |
Prepare and sanitise the table data prior to saving.
Réimplémentée à partir de JModelAdmin.
Références $db, et JFactory\getDate().
ContentModelArticle::save | ( | $data | ) |
Method to save the form data.
array | The form data. |
Réimplémentée à partir de JModelAdmin.
Références $data, $title, JRequest\getVar(), et JRegistry\loadArray().
ContentModelArticle::storeVote | ( | $pk = 0 , |
|
$rate = 0 |
|||
) |
Références $db, JError\raiseWarning(), et JText\sprintf().
|
protected |
Réimplémentée à partir de JModelItem.
|
protected |
Réimplémentée à partir de JModelAdmin.