Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
40 | 1 | public function __construct(ServerRequest &$request) |
|
41 | { |
||
42 | 1 | $this->request = $request; |
|
43 | |||
44 | 1 | $_this = $this; |
|
45 | $this->getEventManager()->on('Service.afterPaginate', function (EventInterface $event) use ($_this) { |
||
46 | 1 | $event->setData('request', $_this->addPagingParamToRequest($_this->request)); |
|
47 | 1 | }); |
|
50 |