Render
abstract class Render
Properties
protected object | $row | ||
protected mixed | $value | ||
protected string | $type | 渲染类型 | |
protected string | $field | 字段名称 |
Methods
__construct(mixed $value, object|array $row, $field)
创建一个渲染实例
array|object
getRow()
当前行的数据
string
getType()
No description
Jsonable
render()
渲染方法
Details
at line 37
__construct(mixed $value, object|array $row, $field)
创建一个渲染实例
at line 48
array|object
getRow()
当前行的数据
at line 57
string
getType()
No description
at line 66
abstract Jsonable
render()
渲染方法