Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
start () | |
batch () | |
optimize () | |
Fonctions membres publiques hérités de BaseController | |
__construct ($config=array(), MVCFactoryInterface $factory=null, ?CMSApplication $app=null, ?Input $input=null) | |
addViewPath ($path) | |
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 publiques hérités de DispatcherAwareInterface | |
setDispatcher (DispatcherInterface $dispatcher) | |
Fonctions membres publiques statiques | |
static | sendResponse ($data=null) |
Fonctions membres publiques statiques hérités de BaseController | |
static | addModelPath ($path, $prefix='') |
static | createFileName ($type, $parts=array()) |
static | getInstance ($prefix, $config=array()) |
Membres hérités additionnels | |
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 hérités de BaseController | |
$basePath | |
$default_view | |
$doTask | |
$message | |
$messageType | |
$methods | |
$name | |
$model_prefix | |
$paths | |
$redirect | |
$task | |
$taskMap | |
$input | |
$factory | |
$app | |
Attributs protégés statiques hérités de BaseController | |
static | $instance |
static | $views |
batch | ( | ) |
Method to run the next batch of content through the indexer.
Références $attributes, $lang, $options, $params, $state, Text\_(), Log\add(), Log\addLogger(), Session\checkToken(), Factory\getLanguage(), ComponentHelper\getParams(), Indexer\getState(), PluginHelper\importPlugin(), Log\INFO, et Indexer\setState().
optimize | ( | ) |
Method to optimize the index and perform any necessary cleanup.
Références $state, Text\_(), Session\checkToken(), Indexer\getState(), et PluginHelper\importPlugin().
|
static |
Method to handle a send a response. The body parameter can be an object for when an error has occurred or a CMSObject for a good response.
\Joomla\CMS\Object\CMSObject | \Exception | $data | CMSObject on success, on error. [optional] |
Références $app, $data, $options, $params, Log\add(), Log\addLogger(), Log\ERROR, Factory\getApplication(), ComponentHelper\getParams(), et JDEBUG.
start | ( | ) |
Method to start the indexer.
Références $options, $params, $state, Text\_(), Log\add(), Log\addLogger(), Session\checkToken(), ComponentHelper\getParams(), Indexer\getState(), PluginHelper\importPlugin(), Log\INFO, Indexer\resetState(), et Text\script().