Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Student
Teacher
TeacherRepository
PHP Class Student\Teacher\TeacherRepository
Inheritance:
extends
Domain\Teacher\TeacherRepository
Afficher le fichier
Open project: resultsystems/school
Méthodes publiques
Méthode
Description
all
(
array
$columns
= ['*'],
array
$with
= [],
array
$orders
= [],
integer
$limit
= 50,
integer
$page
= 1 ) :
Illuminate\Pagination\LengthAwarePaginator
Get all item of model.
model
( )
Method Details
all()
public
méthode
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
Résultat
Illuminate\Pagination\LengthAwarePaginator
model()
public
méthode
public
model
( )