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 (?Command $command, InputInterface $input, OutputInterface $output)
 
 getCommand ()
 
 getInput ()
 
 getOutput ()
 

Attributs protégés

 $command
 

Attributs privés

 $input
 
 $output
 

Description détaillée

Allows to inspect input and output of a command.

Auteur
Francesco Levorato git@f.nosp@m.levo.nosp@m.ur.ne.nosp@m.t

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( ?Command  $command,
InputInterface  $input,
OutputInterface  $output 
)

Documentation des fonctions membres

◆ getCommand()

getCommand ( )

Gets the command that is executed.

Renvoie
Command|null

Références ConsoleEvent\$command.

Référencé par ErrorListener\getInputString().

◆ getInput()

getInput ( )

Gets the input instance.

Renvoie
InputInterface

Références ConsoleEvent\$input.

Référencé par ErrorListener\getInputString().

◆ getOutput()

getOutput ( )

Gets the output instance.

Renvoie
OutputInterface

Références ConsoleEvent\$output.

Documentation des champs

◆ $command

◆ $input

◆ $output


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