server/src/app/Repositories/DocumentRepository.php
changeset 22 a50cbd7d702f
parent 4 f55970e41793
child 125 e550b10fe3ca
equal deleted inserted replaced
21:01e7e6a17317 22:a50cbd7d702f
    16      *
    16      *
    17      * @param  int  $perPage
    17      * @param  int  $perPage
    18      * @param  string  $pageName
    18      * @param  string  $pageName
    19      * @return \Illuminate\Contracts\Pagination\LengthAwarePaginator
    19      * @return \Illuminate\Contracts\Pagination\LengthAwarePaginator
    20      */
    20      */
    21     public function paginateAll($perPage = 15, $pageName = 'page');
    21     public function paginateAll($perPage = 15, $pageName = 'page', $page = null);
    22 
    22 
    23     public function getCount();
    23     public function getCount();
    24 }
    24 }