changeset 125 | e550b10fe3ca |
parent 22 | a50cbd7d702f |
child 168 | 17f10b56c079 |
--- 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(); }