Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Student
Teacher
TeacherRepository
PHP 클래스 Student\Teacher\TeacherRepository
상속:
extends
Domain\Teacher\TeacherRepository
파일 보기
프로젝트 열기: resultsystems/school
공개 메소드들
메소드
설명
all
(
array
$columns
= ['*'],
array
$with
= [],
array
$orders
= [],
integer
$limit
= 50,
integer
$page
= 1 ) :
Illuminate\Pagination\LengthAwarePaginator
Get all item of model.
model
( )
메소드 상세
all()
공개
메소드
Get all item of model.
public
all
(
array
$columns
= ['*'],
array
$with
= [],
array
$orders
= [],
integer
$limit
= 50,
integer
$page
= 1 ) :
Illuminate\Pagination\LengthAwarePaginator
$columns
array
$with
array
$orders
array
$limit
integer
$page
integer
리턴
Illuminate\Pagination\LengthAwarePaginator
model()
공개
메소드
public
model
( )