| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 47 | public function __construct( |
||
| 48 | Pagerfanta $pagerfanta, |
||
| 49 | RouteGeneratorInterface $routeGenerator, |
||
| 50 | ViewInterface $view, |
||
| 51 | array $viewOption |
||
| 52 | ) { |
||
| 53 | $this->pagerfanta = $pagerfanta; |
||
| 54 | $this->routeGenerator = $routeGenerator; |
||
| 55 | $this->view = $view; |
||
| 56 | $this->viewOption = $viewOption; |
||
| 57 | } |
||
| 81 |