Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($config=array(), MVCFactoryInterface $factory=null) | |
delete () | |
publish () | |
reorder () | |
saveorder () | |
checkin () | |
saveOrderAjax () | |
Fonctions membres publiques hérités de BaseController | |
__construct ($config=array(), MVCFactoryInterface $factory=null) | |
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 | |
$factory | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de BaseController | |
static | addModelPath ($path, $prefix='') |
static | createFileName ($type, $parts=array()) |
static | getInstance ($prefix, $config=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() , |
|
MVCFactoryInterface | $factory = null |
||
) |
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, et option.
reorder | ( | ) |
saveorder | ( | ) |
saveOrderAjax | ( | ) |
|
protected |
|
protected |
|
protected |