Leafo\ScssPhp\Compiler::getStoreEnv PHP Méthode

getStoreEnv() protected méthode

Get store environment
protected getStoreEnv ( ) : Leafo\ScssPhp\Compiler\Environment
Résultat Leafo\ScssPhp\Compiler\Environment
    protected function getStoreEnv()
    {
        return isset($this->storeEnv) ? $this->storeEnv : $this->env;
    }
Compiler