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

Fonctions membres publiques

 __construct (string $name, Application $application, ?AbstractCommand $command=null)
 
 getApplication ()
 
 getCommand ()
 
- Fonctions membres publiques hérités de Event
 addArgument ($name, $value)
 
 setArgument ($name, $value)
 
 removeArgument ($name)
 
 clearArguments ()
 
 stop ()
 
 offsetSet ($name, $value)
 
 offsetUnset ($name)
 
- Fonctions membres publiques hérités de AbstractEvent
 __construct ($name, array $arguments=[])
 
 getName ()
 
 getArgument ($name, $default=null)
 
 hasArgument ($name)
 
 getArguments ()
 
 isStopped ()
 
 stopPropagation ()
 
 count ()
 
 serialize ()
 
 __serialize ()
 
 unserialize ($serialized)
 
 __unserialize (array $data)
 
 offsetExists ($name)
 
 offsetGet ($name)
 

Attributs privés

 $application
 
 $command
 

Membres hérités additionnels

- Attributs protégés hérités de AbstractEvent
 $name
 
 $arguments
 
 $stopped = false
 

Description détaillée

Base event class for console events.

Depuis
2.0.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( string  $name,
Application  $application,
?AbstractCommand  $command = null 
)

Event constructor.

Paramètres
string$nameThe event name.
Application$applicationThe active application.
AbstractCommand | null$commandThe command being executed.
Depuis
2.0.0

Références ConsoleEvent\$application, ConsoleEvent\$command, AbstractEvent\$name, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ getApplication()

getApplication ( )

Get the active application.

Renvoie
Application
Depuis
2.0.0

Références ConsoleEvent\$application.

◆ getCommand()

getCommand ( )

Get the command being executed.

Renvoie
AbstractCommand|null
Depuis
2.0.0

Références ConsoleEvent\$command.

Documentation des champs

◆ $application

◆ $command


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