\Imi\Server\View\HandlerHtml

Html视图处理器

Summary

Methods
Properties
Constants
__init()
handle()
No public properties found
No constants found
getTemplateFilePath()
$templatePath
$fileSuffixs
$templateEngine
$templateEngineInstance
N/A
No private methods found
No private properties found
N/A

Properties

$templatePath

$templatePath : string

模版文件根路径

Type

string

$fileSuffixs

$fileSuffixs : array

支持的模版文件扩展名,优先级按先后顺序

Type

array

$templateEngine

$templateEngine : string

模版引擎处理类

Type

string

Methods

__init()

__init() 

getTemplateFilePath()

getTemplateFilePath(array  $options) : string|boolean

获取模版文件真实路径,失败返回false

Parameters

array $options

Returns

string|boolean