Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe DemoTasks
+ Graphe d'héritage de DemoTasks:

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 ()
 

Description détaillée

A demo task plugin. Offers 3 task routines and demonstrates the use of {

Voir également
TaskPluginTrait}, {
ExecuteTaskEvent}.
Depuis
4.1.0

Documentation des fonctions membres

◆ getMemoryLimit()

getMemoryLimit ( )
private

Processes the PHP ini memory_limit setting, returning the memory limit in KB

Renvoie
float
Depuis
4.1.0

◆ getSubscribedEvents()

static getSubscribedEvents ( )
static
Renvoie
string[]
Depuis
4.1.0

Implémente SubscriberInterface.

◆ sleep()

sleep ( ExecuteTaskEvent  $event)
private
Paramètres
ExecuteTaskEvent$eventThe onExecuteTask event.
Renvoie
integer The routine exit code.
Depuis
4.1.0
Exceptions
Exception

Références AbstractEvent\getArgument(), Joomla\Component\Scheduler\Administrator\Traits\logTask(), et Status\OK.

◆ stressMemory()

stressMemory ( ExecuteTaskEvent  $event)
private

Standard routine method for the memory test routine.

Paramètres
ExecuteTaskEvent$eventThe onExecuteTask event.
Renvoie
integer The routine exit code.
Depuis
4.1.0
Exceptions
Exception

Références $i, Joomla\Component\Scheduler\Administrator\Traits\logTask(), et Status\OK.

◆ stressMemoryRemoveLimit()

stressMemoryRemoveLimit ( ExecuteTaskEvent  $event)
private

Standard routine method for the memory test routine, also attempts to override the memory limit set by the PHP INI.

Paramètres
ExecuteTaskEvent$eventThe onExecuteTask event.
Renvoie
integer The routine exit code.
Depuis
4.1.0
Exceptions
Exception

Références Joomla\Component\Scheduler\Administrator\Traits\logTask().

Documentation des champs

◆ $autoloadLanguage

$autoloadLanguage = true
protected

◆ TASKS_MAP

const TASKS_MAP
private
Valeur initiale :
= [
'demoTask_r1.sleep' => [
'langConstPrefix' => 'PLG_TASK_DEMO_TASKS_TASK_SLEEP'

La documentation de cette classe a été générée à partir du fichier suivant :