titanscssc::fileExists PHP Méthode

fileExists() protected méthode

protected fileExists ( $name )
    protected function fileExists($name)
    {
        return is_file($name);
    }
titanscssc