PHP 클래스 AcmePhp\Cli\Command\AbstractCommand

저자: Titouan Galopin ([email protected])
상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: acmephp/acmephp

보호된 프로퍼티들

프로퍼티 타입 설명
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

보호된 메소드들

메소드 설명
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 )

비공개 메소드들

메소드 설명
initializeConfiguration ( ) : void
initializeContainer ( ) : void

메소드 상세

getActionHandler() 보호된 메소드

protected getActionHandler ( ) : ActionHandler
리턴 AcmePhp\Cli\ActionHandler\ActionHandler

getClient() 보호된 메소드

protected getClient ( ) : AcmePhp\Core\AcmeClient
리턴 AcmePhp\Core\AcmeClient

getContainer() 보호된 메소드

protected getContainer ( ) : ContainerBuilder
리턴 Symfony\Component\DependencyInjection\ContainerBuilder

getRepository() 보호된 메소드

protected getRepository ( ) : AcmePhp\Cli\Repository\RepositoryInterface
리턴 AcmePhp\Cli\Repository\RepositoryInterface

initialize() 보호된 메소드

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

프로퍼티 상세

$input 보호되어 있는 프로퍼티

protected InputInterface,Symfony\Component\Console\Input $input
리턴 Symfony\Component\Console\Input\InputInterface

$output 보호되어 있는 프로퍼티

protected OutputInterface,Symfony\Component\Console\Output $output
리턴 Symfony\Component\Console\Output\OutputInterface