Larabros\Elogram\Client::buildContainer PHP 메소드

buildContainer() 보호된 메소드

Takes the constructor parameters and uses them to instantiate and build a Container object.
protected buildContainer ( array $options ) : League\Container\ContainerInterface
$options array
리턴 League\Container\ContainerInterface
    protected function buildContainer(array $options)
    {
        return (new Builder($options))->getContainer();
    }