Method | Description | |
---|---|---|
__construct ( |
Method | Description | |
---|---|---|
askForOverwrite ( ) : boolean | ||
configure ( ) | Configure the command. | |
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
generateType ( Zend\Code\Generator\FileGenerator $file, |
Generates one type class | |
handleExistingFile ( |
An existing file was found. Try to patch or ask if it can be overwritten. | |
handleType ( |
Try to create a class for a type. | |
patchExistingFile ( |
This method tries to patch an existing type class. |
public __construct ( |
||
$filesystem |
protected execute ( 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 generateType ( Zend\Code\Generator\FileGenerator $file, |
||
$file | Zend\Code\Generator\FileGenerator | |
$generator | ||
$type | ||
$path | string |
protected handleExistingFile ( |
||
$generator | ||
$type | ||
$path | string | |
return | boolean |
protected handleType ( |
||
$generator | ||
$type | ||
$path | ||
return | boolean |
protected patchExistingFile ( |
||
$generator | ||
$type | ||
$path | string | |
return | boolean |