File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
+
2
3
// +----------------------------------------------------------------------
3
4
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
4
5
// +----------------------------------------------------------------------
20
21
* @mixin \think\View
21
22
* @method static \think\View engine(string $type = null) 获取模板引擎
22
23
* @method static \think\View assign(string|array $name, mixed $value = null) 模板变量赋值
23
- * @method static \think\View filter(\think\Callable $filter = null) 视图过滤
24
+ * @method static \think\View filter(callable $filter = null) 视图过滤
24
25
* @method static string fetch(string $template = '', array $vars = []) 解析和获取模板内容 用于输出
25
26
* @method static string display(string $content, array $vars = []) 渲染内容输出
26
27
* @method static mixed __set(string $name, mixed $value) 模板变量赋值
You can’t perform that action at this time.
0 commit comments