titanscssc::fileExists PHP Method

fileExists() protected method

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