Leafo\ScssPhp\Compiler::fileExists PHP 메소드

fileExists() 보호된 메소드

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