PHP Class Student\Teacher\TeacherRepository

Inheritance: extends Domain\Teacher\TeacherRepository
Show file Open project: resultsystems/school

Public Methods

Method 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 method

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
return Illuminate\Pagination\LengthAwarePaginator

model() public method

public model ( )