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 | |
getItem ($itemId=null) | |
getReturnPage () | |
Fonctions membres publiques inherited from ContentModelArticle | |
getTable ($type= 'Content', $prefix= 'JTable', $config=array()) | |
getForm ($data=array(), $loadData=true) | |
save ($data) | |
featured ($pks, $value=0) | |
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 | |
populateState () | |
Fonctions membres protégées inherited from ContentModelArticle | |
batchCopy ($value, $pks, $contexts) | |
canDelete ($record) | |
canEditState ($record) | |
prepareTable (&$table) | |
loadFormData () | |
getReorderConditions ($table) | |
cleanCache ($group=null, $client_id=0) | |
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') |
Additional Inherited Members | |
Attributs protégés inherited from ContentModelArticle | |
$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() |
ContentModelForm::getItem | ( | $itemId = null | ) |
Method to get article data.
integer | The id of the article. |
Réimplémentée à partir de ContentModelArticle.
Références $asset, $itemId, $return, $user, $userId, elseif, JFactory\getUser(), JRegistry\loadString(), et JArrayHelper\toObject().
ContentModelForm::getReturnPage | ( | ) |
Get the return URL.
|
protected |
Method to auto-populate the model state.
Note. Calling getState in this method will result in recursion.
Réimplémentée à partir de ContentModelArticle.
Références $app, $params, $return, JFactory\getApplication(), JRequest\getCmd(), JRequest\getInt(), JRequest\getVar(), et null.