PHP Class Devise\Support\DevisePaginator

Show file Open project: devisephp/cms

Public Methods

Method Description
make ( Illuminate\Support\Collection $collection, integer $total, integer $perPage ) : string Create paginator

Method Details

make() public method

Create paginator
public make ( Illuminate\Support\Collection $collection, integer $total, integer $perPage ) : string
$collection Illuminate\Support\Collection
$total integer
$perPage integer
return string