Leafo\ScssPhp\Compiler::has PHP Method

has() protected method

Has variable?
protected has ( string $name, Leafo\ScssPhp\Compiler\Environment $env = null ) : boolean
$name string
$env Leafo\ScssPhp\Compiler\Environment
return boolean
    protected function has($name, Environment $env = null)
    {
        return $this->get($name, false, $env) !== null;
    }
Compiler