PHP Class AcmePhp\Cli\Command\AbstractCommand

Author: Titouan Galopin ([email protected])
Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: acmephp/acmephp

Protected Properties

Property Type Description
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

Protected Methods

Method Description
getActionHandler ( ) : ActionHandler
getClient ( ) : AcmePhp\Core\AcmeClient
getContainer ( ) : ContainerBuilder
getRepository ( ) : AcmePhp\Cli\Repository\RepositoryInterface
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
initializeConfiguration ( ) : void
initializeContainer ( ) : void

Method Details

getActionHandler() protected method

protected getActionHandler ( ) : ActionHandler
return AcmePhp\Cli\ActionHandler\ActionHandler

getClient() protected method

protected getClient ( ) : AcmePhp\Core\AcmeClient
return AcmePhp\Core\AcmeClient

getContainer() protected method

protected getContainer ( ) : ContainerBuilder
return Symfony\Component\DependencyInjection\ContainerBuilder

getRepository() protected method

protected getRepository ( ) : AcmePhp\Cli\Repository\RepositoryInterface
return AcmePhp\Cli\Repository\RepositoryInterface

initialize() protected method

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

Property Details

$input protected property

protected InputInterface,Symfony\Component\Console\Input $input
return Symfony\Component\Console\Input\InputInterface

$output protected property

protected OutputInterface,Symfony\Component\Console\Output $output
return Symfony\Component\Console\Output\OutputInterface