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

Fonctions membres publiques

 __construct (DispatcherInterface $dispatcher)
 
- Fonctions membres publiques hérités de AbstractCommand
 __construct (?string $name=null)
 
 addArgument (string $name, ?int $mode=null, string $description='', $default=null)
 
 addOption (string $name, $shortcut=null, ?int $mode=null, $description='', $default=null)
 
 execute (InputInterface $input, OutputInterface $output)
 
 getAliases ()
 
 getApplication ()
 
 getDefinition ()
 
 getDescription ()
 
 getHelp ()
 
 getHelperSet ()
 
 getName ()
 
 getProcessedHelp ()
 
 getSynopsis (bool $short=false)
 
 isEnabled ()
 
 isHidden ()
 
 mergeApplicationDefinition (bool $mergeArgs=true)
 
 setAliases (array $aliases)
 
 setApplication (?Application $application=null)
 
 setDefinition ($definition)
 
 setDescription (string $description)
 
 setHelp (string $help)
 
 setHelperSet (HelperSet $helperSet)
 
 setHidden (bool $hidden)
 
 setName (string $name)
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 

Fonctions membres protégées

 configure ()
 
 doExecute (InputInterface $input, OutputInterface $output)
 
- Fonctions membres protégées hérités de AbstractCommand
 configure ()
 
 doExecute (InputInterface $input, OutputInterface $output)
 
 initialise (InputInterface $input, OutputInterface $output)
 

Attributs protégés statiques

static $defaultName = 'debug:event-dispatcher'
 
- Attributs protégés statiques hérités de AbstractCommand
static $defaultName
 

Fonctions membres privées

 formatCallable ($callable)
 
 renderEventListenerTable (array $eventListeners, SymfonyStyle $io)
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de AbstractCommand
static getDefaultName ()
 

Description détaillée

Command listing information about the application's event dispatcher.

Depuis
2.0.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( DispatcherInterface  $dispatcher)

Instantiate the command.

Paramètres
DispatcherInterface$dispatcherThe application event dispatcher.
Depuis
2.0.0

Références Symfony\Contracts\Service\__construct(), et DispatcherAwareInterface\setDispatcher().

Documentation des fonctions membres

◆ configure()

configure ( )
protected

Configure the command.

Renvoie
void
Depuis
2.0.0

Références AbstractCommand\addArgument(), InputArgument\OPTIONAL, AbstractCommand\setDescription(), et AbstractCommand\setHelp().

◆ doExecute()

doExecute ( InputInterface  $input,
OutputInterface  $output 
)
protected

Internal function to execute the command.

Paramètres
InputInterface$inputThe input to inject into the command.
OutputInterface$outputThe output to inject into the command.
Renvoie
integer The command exit code
Depuis
2.0.0

◆ formatCallable()

formatCallable (   $callable)
private

Formats a callable resource to be displayed in the console output

Paramètres
callable$callableA callable resource to format
Renvoie
string
Depuis
2.0.0
Exceptions

◆ renderEventListenerTable()

renderEventListenerTable ( array  $eventListeners,
SymfonyStyle  $io 
)
private

Renders the table of listeners for an event

Paramètres
array$eventListenersThe listeners for an event
SymfonyStyle$ioThe I/O helper
Renvoie
void
Depuis
2.0.0

Documentation des champs

◆ $defaultName

$defaultName = 'debug:event-dispatcher'
staticprotected

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