![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de AdminController:Fonctions membres publiques | |
| __construct ($config=array()) | |
| delete () | |
| publish () | |
| reorder () | |
| saveorder () | |
| checkin () | |
| saveOrderAjax () | |
Fonctions membres publiques hérités de BaseController | |
| __construct ($config=array()) | |
| 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') | |
| checkToken ($method='post', $redirect=true) | |
| setRedirect ($url, $msg=null, $type=null) | |
Fonctions membres protégées | |
| postDeleteHook (\JModelLegacy $model, $id=null) | |
Fonctions membres protégées hérités de BaseController | |
| 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 hérités de BaseController | |
| $basePath | |
| $default_view | |
| $doTask | |
| $message | |
| $messageType | |
| $methods | |
| $name | |
| $model_prefix | |
| $paths | |
| $redirect | |
| $task | |
| $taskMap | |
| $input | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de BaseController | |
| static | addModelPath ($path, $prefix='') |
| static | getInstance ($prefix, $config=array()) |
Fonctions membres protégées statiques hérités de BaseController | |
| static | createFileName ($type, $parts=array()) |
Attributs protégés statiques hérités de BaseController | |
| static | $instance |
| static | $views |
Base class for a Joomla Administrator Controller
Controller (controllers are where you put all the actual code) Provides basic functionality, such as rendering views (aka displaying templates).
| __construct | ( | $config = array() | ) |
| checkin | ( | ) |
| delete | ( | ) |
|
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. |
| publish | ( | ) |
Method to publish a list of items
Références $data, $extension, $task, $value, elseif, ArrayHelper\getValue(), null, option, et ArrayHelper\toInteger().
| reorder | ( | ) |
| saveorder | ( | ) |
Method to save the submitted ordering values for records.
Références $message, $return, option, et ArrayHelper\toInteger().
| saveOrderAjax | ( | ) |
Method to save the submitted ordering values for records via AJAX.
Références $return, et ArrayHelper\toInteger().
|
protected |
|
protected |
|
protected |