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 ( )