Method |
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 |
|