PhpSpec\Console\Application::getContainer PHP 메소드

getContainer() 공개 메소드

public getContainer ( ) : PhpSpec\ServiceContainer
리턴 PhpSpec\ServiceContainer
    public function getContainer()
    {
        return $this->container;
    }

Usage Example

예제 #1
0
 private function setupPrompter()
 {
     $this->prompter = new Prompter();
     $this->application->getContainer()->set('console.prompter', $this->prompter);
 }
All Usage Examples Of PhpSpec\Console\Application::getContainer