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

fileExists() protected méthode

Does file exist?
protected fileExists ( string $name ) : boolean
$name string
Résultat boolean
    protected function fileExists($name)
    {
        return is_file($name);
    }
Compiler