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

Fonctions membres publiques

 setCommand (Command $command)
 
 complete (CompletionInput $input, CompletionSuggestions $suggestions)
 
- Fonctions membres publiques hérités de Command
 __construct (string $name=null)
 
 ignoreValidationErrors ()
 
 setApplication (Application $application=null)
 
 setHelperSet (HelperSet $helperSet)
 
 getHelperSet ()
 
 getApplication ()
 
 isEnabled ()
 
 run (InputInterface $input, OutputInterface $output)
 
 complete (CompletionInput $input, CompletionSuggestions $suggestions)
 
 setCode (callable $code)
 
 mergeApplicationDefinition (bool $mergeArgs=true)
 
 setDefinition ($definition)
 
 getDefinition ()
 
 getNativeDefinition ()
 
 addArgument (string $name, int $mode=null, string $description='', $default=null)
 
 addOption (string $name, $shortcut=null, int $mode=null, string $description='', $default=null)
 
 setName (string $name)
 
 setProcessTitle (string $title)
 
 getName ()
 
 setHidden (bool $hidden)
 
 isHidden ()
 
 setDescription (string $description)
 
 getDescription ()
 
 setHelp (string $help)
 
 getHelp ()
 
 getProcessedHelp ()
 
 setAliases (iterable $aliases)
 
 getAliases ()
 
 getSynopsis (bool $short=false)
 
 addUsage (string $usage)
 
 getUsages ()
 
 getHelper (string $name)
 

Fonctions membres protégées

 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 
- Fonctions membres protégées hérités de Command
 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 
 interact (InputInterface $input, OutputInterface $output)
 
 initialize (InputInterface $input, OutputInterface $output)
 

Attributs privés

 $command
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de Command
static getDefaultName ()
 
static getDefaultDescription ()
 
- Champs de données hérités de Command
const SUCCESS = 0
 
const FAILURE = 1
 
const INVALID = 2
 
- Attributs protégés statiques hérités de Command
static $defaultName
 
static $defaultDescription
 

Description détaillée

HelpCommand displays the help for a given command.

Auteur
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Documentation des fonctions membres

◆ complete()

◆ configure()

◆ execute()

execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

◆ setCommand()

setCommand ( Command  $command)

Références HelpCommand\$command.

Documentation des champs

◆ $command

$command
private

Référencé par HelpCommand\setCommand().


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