Method | Description | |
---|---|---|
__toString ( ) : string | Returns the help text. |
Method | Description | |
---|---|---|
configure ( ) | ||
executeLocked ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) |
Method | Description | |
---|---|---|
generateCommandMap ( ) : array | Generates the command map from the Automator class. | |
getCommands ( ) : array | Returns a list of available commands. | |
getTaskFromInput ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : string | null | Returns the task name from the argument list or via an interactive dialog. | |
runAutomator ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | Runs the Automator. |
public __toString ( ) : string | ||
return | string |
protected executeLocked ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |