Leafo\ScssPhp\Compiler::getStoreEnv PHP Метод

getStoreEnv() защищенный Метод

Get store environment
protected getStoreEnv ( ) : Leafo\ScssPhp\Compiler\Environment
Результат Leafo\ScssPhp\Compiler\Environment
    protected function getStoreEnv()
    {
        return isset($this->storeEnv) ? $this->storeEnv : $this->env;
    }
Compiler