diff -r 93234b0b12f3 -r e550b10fe3ca server/src/app/Repositories/DocumentRepository.php --- a/server/src/app/Repositories/DocumentRepository.php Fri Feb 12 23:46:15 2016 +0100 +++ b/server/src/app/Repositories/DocumentRepository.php Fri Feb 19 21:18:12 2016 +0100 @@ -20,5 +20,11 @@ */ public function paginateAll($perPage = 15, $pageName = 'page', $page = null); + /** + * Resolve lexvo id for all documents in the list + * this allow to optimise the call of lexvo repository + */ + public function resolveLexvo(Array $docList); + public function getCount(); }