1 | <?php |
||
20 | class SymfonyRouterGetDomainEventsResponse implements GetDomainEventsResponse |
||
21 | { |
||
22 | private $urlGenerator; |
||
23 | |||
24 | public function __construct(UrlGeneratorInterface $urlGenerator) |
||
28 | |||
29 | public function build(array $events, int $page, int $pageSize) : array |
||
44 | |||
45 | private function urlGenerate(int $page) : string |
||
53 | } |
||
54 |