Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | getSubscribedEvents () |
Attributs protégés | |
$autoloadLanguage = true | |
Attributs protégés hérités de CMSPlugin | |
$_name = null | |
$_type = null | |
$autoloadLanguage = false | |
$allowLegacyListeners = true | |
Fonctions membres privées | |
sleep (ExecuteTaskEvent $event) | |
stressMemory (ExecuteTaskEvent $event) | |
stressMemoryRemoveLimit (ExecuteTaskEvent $event) | |
getMemoryLimit () | |
Attributs privés | |
const | TASKS_MAP |
Membres hérités additionnels | |
Fonctions membres publiques hérités de CMSPlugin | |
__construct (&$subject, $config=array()) | |
loadLanguage ($extension='', $basePath=JPATH_ADMINISTRATOR) | |
setApplication (CMSApplicationInterface $application) | |
Fonctions membres publiques hérités de DispatcherAwareInterface | |
setDispatcher (DispatcherInterface $dispatcher) | |
Fonctions membres publiques hérités de PluginInterface | |
registerListeners () | |
Champs de données hérités de CMSPlugin | |
$params = null | |
Fonctions membres protégées hérités de CMSPlugin | |
registerLegacyListener (string $methodName) | |
registerListener (string $methodName) | |
getApplication () | |
A demo task plugin. Offers 3 task routines and demonstrates the use of {
|
private |
Processes the PHP ini memory_limit setting, returning the memory limit in KB
|
static |
|
private |
ExecuteTaskEvent | $event | The onExecuteTask event. |
Exception |
Références AbstractEvent\getArgument(), Joomla\Component\Scheduler\Administrator\Traits\logTask(), et Status\OK.
|
private |
Standard routine method for the memory test routine.
ExecuteTaskEvent | $event | The onExecuteTask event. |
Exception |
Références $i, Joomla\Component\Scheduler\Administrator\Traits\logTask(), et Status\OK.
|
private |
Standard routine method for the memory test routine, also attempts to override the memory limit set by the PHP INI.
ExecuteTaskEvent | $event | The onExecuteTask event. |
Exception |
Références Joomla\Component\Scheduler\Administrator\Traits\logTask().
|
protected |
|
private |