Nelmio\Alice\Generator\Resolver\ResolvingContext::__construct PHP Method

__construct() public method

public __construct ( string $key = null )
$key string
    public function __construct(string $key = null)
    {
        if (null !== $key) {
            $this->add($key);
        }
    }