Symfony\Component\DependencyInjection\Scope::__construct PHP Method

__construct() public method

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