AcmePhp\Cli\Command\AbstractCommand::getActionHandler PHP Method

getActionHandler() protected method

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