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 | |
__construct ($config=array()) | |
delete () | |
display ($cachable=false, $urlparams=false) | |
publish () | |
reorder () | |
saveorder () | |
checkin () | |
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 | |
$option | |
$text_prefix | |
$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() |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JController | |
static | addModelPath ($path, $prefix= '') |
static | getInstance ($prefix, $config=array()) |
Fonctions membres protégées inherited from JController | |
addPath ($type, $path) | |
checkEditId ($context, $id) | |
createModel ($name, $prefix= '', $config=array()) | |
createView ($name, $prefix= '', $type= '', $config=array()) | |
holdEditId ($context, $id) | |
releaseEditId ($context, $id) | |
setPath ($type, $path) | |
Fonctions membres protégées statiques inherited from JController | |
static | createFileName ($type, $parts=array()) |
Attributs protégés statiques inherited from JController | |
static | $instance |
JControllerAdmin::__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Réimplémentée à partir de JController.
Réimplémentée dans UsersControllerUsers, BannersControllerBanners, ContactControllerContacts, ContentControllerArticles, LanguagesControllerStrings, et MenusControllerItems.
Références $config, JText\_(), null, et JError\raiseError().
JControllerAdmin::checkin | ( | ) |
Check in of one or more records.
Réimplémentée dans UsersControllerGroups.
Références $message, $return, JRoute\_(), JText\_(), JSession\checkToken(), JRequest\getVar(), jexit(), null, JText\plural(), et JText\sprintf().
JControllerAdmin::delete | ( | ) |
Removes an item.
Réimplémentée dans CategoriesControllerCategories, UsersControllerGroups, LanguagesControllerOverrides, et ContentControllerFeatured.
Références JRoute\_(), JText\_(), JSession\checkToken(), JRequest\getVar(), jimport(), JText\plural(), JError\raiseWarning(), et JArrayHelper\toInteger().
Display is not supported by this controller.
boolean | $cachable | If true, the view output will be cached |
array | $urlparams | An array of safe url parameters and their variable types, for valid values see JFilterInput::clean(). |
Réimplémentée à partir de JController.
JControllerAdmin::publish | ( | ) |
Method to publish a list of items
Réimplémentée dans ContentControllerFeatured, et UsersControllerGroups.
Références $data, $extension, $task, JRoute\_(), JText\_(), JSession\checkToken(), elseif, JRequest\getCmd(), JArrayHelper\getValue(), JRequest\getVar(), JText\plural(), JError\raiseWarning(), et JArrayHelper\toInteger().
JControllerAdmin::reorder | ( | ) |
Changes the order of one or more records.
Réimplémentée dans UsersControllerGroups.
Références $message, $return, JRoute\_(), JText\_(), JSession\checkToken(), JRequest\getVar(), jexit(), null, et JText\sprintf().
JControllerAdmin::saveorder | ( | ) |
Method to save the submitted ordering values for records.
Réimplémentée dans UsersControllerGroups, CategoriesControllerCategories, et MenusControllerItems.
Références $message, $return, JRoute\_(), JText\_(), JSession\checkToken(), JRequest\getVar(), jexit(), null, JText\sprintf(), et JArrayHelper\toInteger().
|
protected |
|
protected |
|
protected |