| 1 | <?php |
||
| 8 | class AttributeColumn extends BaseColumn |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * AttributeColumn constructor. |
||
| 12 | * @param $config |
||
| 13 | * @throws GridViewConfigException |
||
| 14 | */ |
||
| 15 | public function __construct($config) |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return array |
||
| 26 | */ |
||
| 27 | protected function configTests(): array |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @inheritdoc |
||
| 36 | * @throws ColumnRenderException |
||
| 37 | * @throws GridViewConfigException |
||
| 38 | */ |
||
| 39 | public function _renderValue($row) |
||
| 53 | } |