Свойство | Type | Description | |
---|---|---|---|
$defaults | array | Default option values | |
$stub | string | Stub content |
Méthode | Description | |
---|---|---|
ask ( $question ) : string | Ask a question | |
configure ( ) | Configures the current command | |
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer | Executes the current command | |
getStub ( ) : string | Get the task stub | |
outputFile ( ) : string | Populate the output filename | |
outputPath ( ) : string | Return the output path | |
replaceCommand ( ) : void | Replace command | |
replaceConstraint ( ) : void | Replace constraint | |
replaceDescription ( ) : void | Replace description | |
replaceFrequency ( ) : void | Replace frequency | |
replacePath ( ) : void | Replace path | |
save ( ) : boolean | Save the generate task skeleton into a file | |
type ( ) : string | Get the task type |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface | |
Résultat | null | integer | null or 0 if everything went fine, or an error code |
protected outputFile ( ) : string | ||
Résultat | string |
protected outputPath ( ) : string | ||
Résultat | string |
protected replaceCommand ( ) : void | ||
Résultat | void |
protected replaceConstraint ( ) : void | ||
Résultat | void |
protected replaceDescription ( ) : void | ||
Résultat | void |
protected replaceFrequency ( ) : void | ||
Résultat | void |