Property | Type | Description | |
---|---|---|---|
$input | Symfony\Component\Console\Input\InputInterface | ||
$output | Symfony\Component\Console\Output\OutputInterface |
Method | Description | |
---|---|---|
getActionHandler ( ) : |
||
getClient ( ) : AcmePhp\Core\AcmeClient | ||
getContainer ( ) : |
||
getRepository ( ) : AcmePhp\Cli\Repository\RepositoryInterface | ||
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) |
Method | Description | |
---|---|---|
initializeConfiguration ( ) : void | ||
initializeContainer ( ) : void |
protected getActionHandler ( ) : |
||
return |
protected getClient ( ) : AcmePhp\Core\AcmeClient | ||
return | AcmePhp\Core\AcmeClient |
protected getContainer ( ) : |
||
return |
protected getRepository ( ) : AcmePhp\Cli\Repository\RepositoryInterface | ||
return | AcmePhp\Cli\Repository\RepositoryInterface |
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 InputInterface,Symfony\Component\Console\Input $input | ||
return | Symfony\Component\Console\Input\InputInterface |