__construct() __construct(\think\App $app, mixed $config = []) : mixed Parameters \think\App $app mixed $config Returns mixed —
exists() exists(string $template) : bool 检测是否存在模板文件 Parameters string $template 模板文件或者模板规则 Returns bool —
fetch() fetch(string $template, array $data = []) : void 渲染模板文件 Parameters string $template 模板文件 array $data 模板变量
display() display(string $content, array $data = []) : void 渲染模板内容 Parameters string $content 模板内容 array $data 模板变量
config() config(string|array $name, mixed $value = null) : void 配置模板引擎 Parameters string|array $name 参数名 mixed $value 参数值
getActionTemplate() getActionTemplate(mixed $request) : mixed Parameters mixed $request Returns mixed —
parseTemplate() parseTemplate(string $template) : string 自动定位模板文件 Parameters string $template 模板文件规则 Returns string —