\think\testsTestTemplate

Summary

Methods
Properties
Constants
exists()
fetch()
display()
config()
getConfig()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

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(array  $config) : void

配置模板引擎

Parameters

array $config

参数

getConfig()

getConfig(string  $name) : void

获取模板引擎配置

Parameters

string $name

参数名