Skip to content

Instantly share code, notes, and snippets.

View monsieurluge's full-sized avatar
⌨️

Laurent V. monsieurluge

⌨️
View GitHub Profile
$paging = new Paging(
$request->getPathInfo(),
new StartIndex($request),
new Count($request),
new TotalContracts(
$this->getDoctrine()->getManager()->getRepository('AppBundle:VersionContrat'),
$request->query->get('client-number', 0)
),
new Excluded(
new UrlParameters($request),