AcmePhp\Cli\Command\AbstractCommand::getActionHandler PHP 메소드

getActionHandler() 보호된 메소드

protected getActionHandler ( ) : ActionHandler
리턴 AcmePhp\Cli\ActionHandler\ActionHandler
    protected function getActionHandler()
    {
        return $this->getContainer()->get('action_handler');
    }