Property | Type | Description | |
---|---|---|---|
$config | |||
$filesystem | |||
$input | Symfony\Component\Console\Input\InputInterface | ||
$repository |
Method | Description | |
---|---|---|
__construct ( |
||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void | ||
pathValidator ( $path ) : boolean |
Method | Description | |
---|---|---|
buildConfiguration ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : array | This method will ask the developer for it's input and will result in a configuration array. | |
composer ( ) : |
||
configure ( ) | Configure command | |
createQuestionString ( $question, null $default = null, string $separator = ':' ) : string | ||
getAvailableTasks ( |
Return a list of all available tasks | |
guessBinDir ( ) : string | Make a guess to the bin dir | |
guessGitDir ( ) : string | ||
paths ( ) : |
||
writeConfiguration ( array $configuration ) : boolean |
public __construct ( |
||
$config | ||
$filesystem | ||
$repository |
protected buildConfiguration ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : array | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface | |
return | array |
protected composer ( ) : |
||
return |
protected getAvailableTasks ( |
||
$config | ||
return | array |
protected guessBinDir ( ) : string | ||
return | string |
protected paths ( ) : |
||
return |
protected writeConfiguration ( array $configuration ) : boolean | ||
$configuration | array | |
return | boolean |
protected GrumPHP,GrumPHP\Configuration $config | ||
return |
protected Filesystem,GrumPHP\Util $filesystem | ||
return |
protected InputInterface,Symfony\Component\Console\Input $input | ||
return | Symfony\Component\Console\Input\InputInterface |