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 | |
getModel ($name= 'Group', $prefix= 'UsersModel') | |
delete () | |
publish () | |
reorder () | |
saveorder () | |
checkin () | |
Fonctions membres publiques inherited from JControllerAdmin | |
__construct ($config=array()) | |
display ($cachable=false, $urlparams=false) | |
Fonctions membres publiques inherited from JController | |
addViewPath ($path) | |
authorize ($task) | |
authorise ($task) | |
execute ($task) | |
getModel ($name= '', $prefix= '', $config=array()) | |
getName () | |
getTask () | |
getTasks () | |
getView ($name= '', $type= '', $prefix= '', $config=array()) | |
redirect () | |
registerDefaultTask ($method) | |
registerTask ($task, $method) | |
unregisterTask ($task) | |
setAccessControl ($section, $value=null) | |
setMessage ($text, $type= 'message') | |
setRedirect ($url, $msg=null, $type=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 () |
Attributs protégés | |
$text_prefix = 'COM_USERS_GROUPS' | |
Attributs protégés inherited from JControllerAdmin | |
$option | |
$view_list | |
Attributs protégés inherited from JController | |
$_acoSection | |
$_acoSectionValue | |
$basePath | |
$default_view | |
$doTask | |
$message | |
$messageType | |
$methods | |
$name | |
$model_prefix | |
$paths | |
$redirect | |
$task | |
$taskMap | |
Attributs protégés inherited from JObject | |
$_errors = array() |
UsersControllerGroups::checkin | ( | ) |
Check in of one or more records.
Overrides JControllerAdmin::checkin to check the core.admin permission.
Réimplémentée à partir de JControllerAdmin.
Références JText\_(), JFactory\getUser(), jexit(), et JError\raiseError().
UsersControllerGroups::delete | ( | ) |
Removes an item.
Overrides JControllerAdmin::delete to check the core.admin permission.
Réimplémentée à partir de JControllerAdmin.
Références JText\_(), JFactory\getUser(), jexit(), et JError\raiseError().
UsersControllerGroups::getModel | ( | $name = 'Group' , |
|
$prefix = 'UsersModel' |
|||
) |
UsersControllerGroups::publish | ( | ) |
Method to publish a list of records.
Overrides JControllerAdmin::publish to check the core.admin permission.
Réimplémentée à partir de JControllerAdmin.
Références JText\_(), JFactory\getUser(), jexit(), et JError\raiseError().
UsersControllerGroups::reorder | ( | ) |
Changes the order of one or more records.
Overrides JControllerAdmin::reorder to check the core.admin permission.
Réimplémentée à partir de JControllerAdmin.
Références JText\_(), JFactory\getUser(), jexit(), et JError\raiseError().
UsersControllerGroups::saveorder | ( | ) |
Method to save the submitted ordering values for records.
Overrides JControllerAdmin::saveorder to check the core.admin permission.
Réimplémentée à partir de JControllerAdmin.
Références JText\_(), JFactory\getUser(), jexit(), et JError\raiseError().
|
protected |
Réimplémentée à partir de JControllerAdmin.