Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres protégées | |
configure () | |
initialize (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 protégés statiques | |
static | $defaultName = '|_complete' |
static | $defaultDescription = 'Internal command to provide shell completion suggestions' |
Attributs protégés statiques hérités de Command | |
static | $defaultName |
static | $defaultDescription |
Fonctions membres privées | |
createCompletionInput (InputInterface $input) | |
findCommand (CompletionInput $completionInput, OutputInterface $output) | |
log ($messages) | |
Attributs privés | |
$completionOutputs | |
$isDebug = false | |
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 |
Responsible for providing the values to the shell completion.
__construct | ( | array | $completionOutputs = [] | ) |
array<string,class-string<CompletionOutputInterface>> | $completionOutputs A list of additional completion outputs, with shell name as key and FQCN as value |
Références CompleteCommand\$completionOutputs, Symfony\Contracts\Service\__construct(), et class.
|
protected |
Références $this, InputOption\VALUE_IS_ARRAY, et InputOption\VALUE_REQUIRED.
|
private |
Références $input, CompletionInput\fromTokens(), Command\getApplication(), et Command\getDefinition().
|
private |
Références Command\getApplication(), ArgvInput\getFirstArgument(), et null.
|
protected |
|
private |
Références $messages.
|
private |
Référencé par CompleteCommand\__construct().
|
staticprotected |
|
staticprotected |
|
private |