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 | |
getForm ($data=array(), $loadData=true) | |
getItem ($pk=null) | |
save ($data) | |
Fonctions membres publiques inherited from UsersModelUser | |
getTable ($type= 'User', $prefix= 'JTable', $config=array()) | |
delete (&$pks) | |
block (&$pks, $value=1) | |
activate (&$pks) | |
batch ($commands, $pks, $contexts) | |
batchUser ($group_id, $user_ids, $action) | |
getGroups () | |
getAssignedGroups ($userId=null) | |
Fonctions membres publiques inherited from JModelAdmin | |
__construct ($config=array()) | |
checkin ($pks=array()) | |
checkout ($pk=null) | |
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 | |
loadFormData () | |
Fonctions membres protégées inherited from UsersModelUser | |
preprocessForm (JForm $form, $data, $group= 'user') | |
Fonctions membres protégées inherited from JModelAdmin | |
batchAccess ($value, $pks, $contexts) | |
batchCopy ($value, $pks, $contexts) | |
batchLanguage ($value, $pks, $contexts) | |
batchMove ($value, $pks, $contexts) | |
canDelete ($record) | |
canEditState ($record) | |
generateNewTitle ($category_id, $alias, $title) | |
getReorderConditions ($table) | |
populateState () | |
prepareTable (&$table) | |
Fonctions membres protégées inherited from JModelForm | |
loadForm ($name, $source=null, $options=array(), $clear=false, $xpath=false) | |
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) |
AdminModelProfile::getForm | ( | $data = array() , |
|
$loadData = true |
|||
) |
Method to get the record form.
array | $data | An optional array of data for the form to interogate. |
boolean | $loadData | True if the form is to load its own data (default case), false if not. |
Réimplémentée à partir de UsersModelUser.
Références $app, JFactory\getApplication(), et JComponentHelper\getParams().
AdminModelProfile::getItem | ( | $pk = null | ) |
Method to get a single record.
Réimplémentée à partir de UsersModelUser.
Références $user, et JFactory\getUser().
|
protected |
Method to get the data that should be injected in the form.
Réimplémentée à partir de UsersModelUser.
Références $data, $dispatcher, JFactory\getApplication(), JDispatcher\getInstance(), et JPluginHelper\importPlugin().
AdminModelProfile::save | ( | $data | ) |
Method to save the form data.
array | $data | The form data. |
Réimplémentée à partir de UsersModelUser.
Références $data, $user, JComponentHelper\getParams(), JFactory\getUser(), et null.