\think\saeTemplate

Summary

Methods
Properties
Constants
__construct()
write()
read()
check()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
get()
$mc
$contents
N/A

Properties

$mc

$mc : 

Type

$contents

$contents : 

Type

Methods

__construct()

__construct() 

架构函数

write()

write(string  $cacheFile, string  $content) : void|array

写入编译缓存

Parameters

string $cacheFile

缓存的文件名

string $content

缓存的内容

Returns

void|array

read()

read(string  $cacheFile, array  $vars = array()) : void

读取编译编译

Parameters

string $cacheFile

缓存的文件名

array $vars

变量数组

check()

check(string  $cacheFile, integer  $cacheTime) : boolean

检查编译缓存是否有效

Parameters

string $cacheFile

缓存的文件名

integer $cacheTime

缓存时间

Returns

boolean

get()

get(string  $filename, string  $name) : boolean

读取文件信息

Parameters

string $filename

文件名

string $name

信息名 mtime或者content

Returns

boolean