Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($config=array()) | |
delete () | |
display ($cachable=false, $urlparams=array()) | |
publish () | |
reorder () | |
saveorder () | |
checkin () | |
saveOrderAjax () | |
Fonctions membres publiques inherited from JControllerLegacy | |
addViewPath ($path) | |
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) | |
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) |
Fonctions membres protégées | |
postDeleteHook (JModelLegacy $model, $id=null) | |
Fonctions membres protégées inherited from JControllerLegacy | |
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) |
Attributs protégés | |
$option | |
$text_prefix | |
$view_list | |
Attributs protégés inherited from JControllerLegacy | |
$basePath | |
$default_view | |
$doTask | |
$message | |
$messageType | |
$methods | |
$name | |
$model_prefix | |
$paths | |
$redirect | |
$task | |
$taskMap | |
$input | |
Attributs protégés inherited from JObject | |
$_errors = array() |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JControllerLegacy | |
static | addModelPath ($path, $prefix= '') |
static | getInstance ($prefix, $config=array()) |
Fonctions membres protégées statiques inherited from JControllerLegacy | |
static | createFileName ($type, $parts=array()) |
Attributs protégés statiques inherited from JControllerLegacy | |
static | $instance |
JControllerAdmin::__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Exception |
Réimplémentée à partir de JControllerLegacy.
Définition à la ligne 57 du fichier admin.php.
Références JText\_().
JControllerAdmin::checkin | ( | ) |
Check in of one or more records.
Définition à la ligne 321 du fichier admin.php.
Références JRoute\_(), JText\_(), JSession\checkToken(), JFactory\getApplication(), jexit(), JText\plural(), et JText\sprintf().
JControllerAdmin::delete | ( | ) |
Removes an item.
Définition à la ligne 108 du fichier admin.php.
Références JRoute\_(), JText\_(), JLog\add(), JSession\checkToken(), JFactory\getApplication(), jimport(), JText\plural(), JArrayHelper\toInteger(), et JLog\WARNING.
JControllerAdmin::display | ( | $cachable = false , |
|
$urlparams = array() |
|||
) |
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 JControllerLegacy.
Définition à la ligne 170 du fichier admin.php.
|
protected |
Function that allows child controller access to model data after the item has been deleted.
JModelLegacy | $model | The data model object. |
integer | $id | The validated data. |
Définition à la ligne 156 du fichier admin.php.
JControllerAdmin::publish | ( | ) |
Method to publish a list of items
Définition à la ligne 182 du fichier admin.php.
Références JRoute\_(), JText\_(), JLog\add(), JSession\checkToken(), JFactory\getApplication(), JArrayHelper\getValue(), JText\plural(), JArrayHelper\toInteger(), et JLog\WARNING.
JControllerAdmin::reorder | ( | ) |
Changes the order of one or more records.
Définition à la ligne 246 du fichier admin.php.
Références JRoute\_(), JText\_(), JSession\checkToken(), JFactory\getApplication(), jexit(), et JText\sprintf().
JControllerAdmin::saveorder | ( | ) |
Method to save the submitted ordering values for records.
Définition à la ligne 279 du fichier admin.php.
Références JRoute\_(), JText\_(), JSession\checkToken(), jexit(), JText\sprintf(), et JArrayHelper\toInteger().
JControllerAdmin::saveOrderAjax | ( | ) |
Method to save the submitted ordering values for records via AJAX.
Définition à la ligne 353 du fichier admin.php.
Références JFactory\getApplication(), et JArrayHelper\toInteger().