\Imi\ControllerHttpController

Http 控制器

Summary

Methods
Properties
Constants
No public methods found
$request
$response
No constants found
__render()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

Methods

__render()

__render(string  $template, array  $data = array()) : \Imi\Server\View\Annotation\View

渲染页面

Parameters

string $template

模版路径。例:abc-配置中设定的路径/abc/;/abc/-绝对路径

array $data

渲染用数据

Returns

\Imi\Server\View\Annotation\View