Properties

$config

$config : 

Type

$template

$template : 

Type

$app

$app : 

Type

Methods

__construct()

__construct(\think\App  $app,   $config = array()) 

Parameters

\think\App $app
$config

exists()

exists(string  $template) : boolean

检测是否存在模板文件

Parameters

string $template

模板文件或者模板规则

Returns

boolean

fetch()

fetch(string  $template, array  $data = array(), array  $config = array()) : void

渲染模板文件

Parameters

string $template

模板文件

array $data

模板变量

array $config

模板参数

display()

display(string  $template, array  $data = array(), array  $config = array()) : void

渲染模板内容

Parameters

string $template

模板内容

array $data

模板变量

array $config

模板参数

config()

config(string|array  $name, mixed  $value = null) : mixed

配置或者获取模板引擎参数

Parameters

string|array $name

参数名

mixed $value

参数值

Returns

mixed

__call()

__call(  $method,   $params) 

Parameters

$method
$params

__debugInfo()

__debugInfo() 

getActionTemplate()

getActionTemplate(  $request) 

Parameters

$request

parseTemplate()

parseTemplate(string  $template) : string

自动定位模板文件

Parameters

string $template

模板文件规则

Returns

string