\think\view\driverThink

Summary

Methods
Properties
Constants
__construct()
exists()
fetch()
display()
config()
getConfig()
__call()
No public properties found
No constants found
No protected methods found
$config
N/A
parseTemplate()
$template
$app
N/A

Properties

$config

$config : 

Type

$template

$template : 

Type

$app

$app : 

Type

Methods

__construct()

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

Parameters

\think\App $app
array $config

exists()

exists(string  $template) : boolean

检测是否存在模板文件

Parameters

string $template

模板文件或者模板规则

Returns

boolean

fetch()

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

渲染模板文件

Parameters

string $template

模板文件

array $data

模板变量

display()

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

渲染模板内容

Parameters

string $template

模板内容

array $data

模板变量

config()

config(array  $config) : void

配置模板引擎

Parameters

array $config

参数

getConfig()

getConfig(string  $name) : void

获取模板引擎配置

Parameters

string $name

参数名

__call()

__call(  $method,   $params) 

Parameters

$method
$params

parseTemplate()

parseTemplate(string  $template) : string

自动定位模板文件

Parameters

string $template

模板文件规则

Returns

string