Property | Type | Description | |
---|---|---|---|
$commandExecutor |
Method | Description | |
---|---|---|
createProgressBar ( Symfony\Component\Console\Output\OutputInterface $output, integer $length = 10 ) : |
||
ensureDirectoryExistsAndIsWritable ( string $directory, Symfony\Component\Console\Output\OutputInterface $output ) | ||
get ( string $id ) : object | ||
getEnvironment ( ) : string | ||
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
isDebug ( ) : boolean | ||
renderTable ( array $headers, array $rows, Symfony\Component\Console\Output\OutputInterface $output ) | ||
runCommands ( array $commands, Symfony\Component\Console\Output\OutputInterface $output, boolean $displayProgress = true ) |
protected createProgressBar ( Symfony\Component\Console\Output\OutputInterface $output, integer $length = 10 ) : |
||
$output | Symfony\Component\Console\Output\OutputInterface | |
$length | integer | |
return |
protected ensureDirectoryExistsAndIsWritable ( string $directory, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$directory | string | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected renderTable ( array $headers, array $rows, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$headers | array | |
$rows | array | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected runCommands ( array $commands, Symfony\Component\Console\Output\OutputInterface $output, boolean $displayProgress = true ) | ||
$commands | array | |
$output | Symfony\Component\Console\Output\OutputInterface | |
$displayProgress | boolean |