Habari\RawPHPEngine::template_exists PHP Метод

template_exists() публичный Метод

Returns the existance of the specified template name
public template_exists ( string $template )
$template string Name of template to detect
    public function template_exists($template)
    {
        return in_array($template, $this->available_templates);
    }