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= 'Newsfeed', $prefix= 'NewsfeedsTable', $config=array()) | |
getForm ($data=array(), $loadData=true) | |
getItem ($pk=null) | |
publish (&$pks, $value=1) | |
& | getItem ($pk=null) |
Fonctions membres publiques inherited from JModelAdmin | |
__construct ($config=array()) | |
batch ($commands, $pks, $contexts) | |
checkin ($pks=array()) | |
checkout ($pk=null) | |
delete (&$pks) | |
reorder ($pks, $delta=0) | |
save ($data) | |
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) | |
loadFormData () | |
prepareTable (&$table) | |
getReorderConditions ($table) | |
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()) | |
cleanCache ($group=null, $client_id=0) | |
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_NEWSFEEDS' | |
$_context = 'com_newsfeeds.newsfeed' | |
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, $i, $user, JText\_(), JTable\getInstance(), JFactory\getUser(), et JText\sprintf().
|
protected |
Method to test whether a record can be deleted.
object | 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 changed.
object | A record object. |
Réimplémentée à partir de JModelAdmin.
Références $user, et JFactory\getUser().
NewsfeedsModelNewsfeed::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 $data.
& NewsfeedsModelNewsfeed::getItem | ( | $pk = null | ) |
Method to get newsfeed data.
integer | The id of the newsfeed. |
Réimplémentée à partir de JModelAdmin.
Références $data, $db, $published, $query, $user, JText\_(), JFactory\getDate(), JFactory\getUser(), JRegistry\loadString(), null, et JError\raiseError().
NewsfeedsModelNewsfeed::getItem | ( | $pk = null | ) |
Method to get a single record.
integer | The id of the primary key. |
Réimplémentée à partir de JModelAdmin.
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.
NewsfeedsModelNewsfeed::getTable | ( | $type = 'Newsfeed' , |
|
$prefix = 'NewsfeedsTable' , |
|||
$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éférences $config, $type, et JTable\getInstance().
|
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éférences $app, $params, $user, JFactory\getApplication(), JRequest\getInt(), JRequest\getUInt(), et JFactory\getUser().
|
protected |
Prepare and sanitise the table prior to saving.
Réimplémentée à partir de JModelAdmin.
Références $date, $db, $user, ENT_QUOTES, JFactory\getDate(), JFactory\getDbo(), JFactory\getUser(), et JApplication\stringURLSafe().
NewsfeedsModelNewsfeed::publish | ( | & | $pks, |
$value = 1 |
|||
) |
Method to change the published state of one or more records.
array | $pks | A list of the primary keys to change. |
int | $value | The value of the published state. |
Réimplémentée à partir de JModelAdmin.
|
protected |
Réimplémentée à partir de JModelItem.
|
protected |
Réimplémentée à partir de JModelAdmin.