Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (Command $command) | |
execute (array $input, array $options=[]) | |
Attributs privés | |
$command | |
Eases the testing of console commands.
__construct | ( | Command | $command | ) |
Références CommandTester\$command.
execute | ( | array | $input, |
array | $options = [] |
||
) |
Executes the command.
Available execution options:
array | $input | An array of command arguments and options |
array | $options | An array of execution options |
Références Symfony\Component\Console\Tester\$input, $options, Symfony\Component\Console\Tester\createStream(), Symfony\Component\Console\Tester\initOutput(), et null.
|
private |
Référencé par CommandTester\__construct().