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

getContainer() 보호된 메소드

protected getContainer ( ) : ContainerBuilder
리턴 Symfony\Component\DependencyInjection\ContainerBuilder
    protected function getContainer()
    {
        if ($this->container === null) {
            $this->initializeContainer();
        }
        return $this->container;
    }