Symfony\Component\DependencyInjection\Scope::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $name, $parentName = ContainerInterface::SCOPE_CONTAINER )
    public function __construct($name, $parentName = ContainerInterface::SCOPE_CONTAINER)
    {
        $this->name = $name;
        $this->parentName = $parentName;
    }