PHP 클래스 Devise\Support\Sortable\EloquentBuilder

..
상속: extends Illuminate\Database\Eloquent\Builder
파일 보기 프로젝트 열기: devisephp/cms 1 사용 예제들

공개 메소드들

메소드 설명
paginate ( integer $perPage = null, array $columns = ['*'], string $pageName = 'page', $page = null ) : Illuminate\Pagination\Paginator Get a paginator for the "select" statement.

보호된 메소드들

메소드 설명
callParentPagination ( integer $perPage, array $columns ) : Illuminate\Pagination\Paginator Wrapper method so we can call the parent's paginate method and also mock it in mockery too so we don't have to fiddle faddle with Eloquent underneath

메소드 상세

callParentPagination() 보호된 메소드

Wrapper method so we can call the parent's paginate method and also mock it in mockery too so we don't have to fiddle faddle with Eloquent underneath
protected callParentPagination ( integer $perPage, array $columns ) : Illuminate\Pagination\Paginator
$perPage integer
$columns array
리턴 Illuminate\Pagination\Paginator

paginate() 공개 메소드

Get a paginator for the "select" statement.
public paginate ( integer $perPage = null, array $columns = ['*'], string $pageName = 'page', $page = null ) : Illuminate\Pagination\Paginator
$perPage integer
$columns array
$pageName string
리턴 Illuminate\Pagination\Paginator