__construct() __construct(\think\App $app, array $config = []) : mixed Parameters \think\App $app array $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 $template, array $data = []) : void 渲染模板内容 Parameters string $template 模板内容 array $data 模板变量
__call() __call(mixed $method, mixed $params) : mixed Parameters mixed $method mixed $params Returns mixed —
parseTemplate() parseTemplate(string $template) : string 自动定位模板文件 Parameters string $template 模板文件规则 Returns string —