getView() getView(string $module, string $result) : void 获取视图的工厂方法 Parameters string $module string $result
setContentType() setContentType( $contentType) : self Set the value of contentType Parameters $contentType Returns self
__construct() __construct(string $module, string $file) 构造函数 Parameters string $module 模块名 string $file 模板文件名,不带后缀,默认后缀是 .html