| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | public function __construct($model, $route, $show = true, $edit = true, $delete = true, $deleteCondition = false) |
||
| 27 | { |
||
| 28 | $this->model = $model; |
||
| 29 | $this->route = $route; |
||
| 30 | $this->show = $show; |
||
| 31 | $this->edit = $edit; |
||
| 32 | $this->delete = $delete; |
||
| 33 | $this->deleteCondition = $deleteCondition; |
||
| 34 | } |
||
| 46 |