\BehaviorParseTemplateBehavior

系统行为扩展:模板解析

Summary

Methods
Properties
Constants
run()
No public properties found
No constants found
checkCache()
checkContentCache()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

run()

run(  $_data) 

Parameters

$_data

checkCache()

checkCache(string  $tmplTemplateFile,   $prefix = '') : boolean

检查缓存文件是否有效 如果无效则需要重新编译

Parameters

string $tmplTemplateFile

模板文件名

$prefix

Returns

boolean

checkContentCache()

checkContentCache(string  $tmplContent,   $prefix = '') : boolean

检查缓存内容是否有效 如果无效则需要重新编译

Parameters

string $tmplContent

模板内容

$prefix

Returns

boolean