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