Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class View extends BaseAction |
||
10 | { |
||
11 | const ACTION = 'view'; |
||
12 | |||
13 | /** |
||
14 | * @param $row |
||
15 | * @param int $bootstrapColWidth |
||
16 | * @return array|string |
||
17 | */ |
||
18 | public function render($row, int $bootstrapColWidth = BaseAction::BOOTSTRAP_COL_WIDTH) |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @param $row |
||
29 | * @return string |
||
30 | */ |
||
31 | protected function buildUrl($row) |
||
36 |