PHP Class Unlu\Laravel\Api\Paginator

Inheritance: extends Illuminate\Pagination\LengthAwarePaginator
Afficher le fichier Open project: selahattinunlu/laravel-api-query-builder

Protected Properties

Свойство Type Description
$queryUri

Méthodes publiques

Méthode Description
__construct ( $items, $total, $perPage, $currentPage = null, array $options = [] )
nextPageUrl ( )
previousPageUrl ( )
setQueryUri ( $queryUri )

Private Methods

Méthode Description
appendQueryParametersToUrl ( $url = null )

Method Details

__construct() public méthode

public __construct ( $items, $total, $perPage, $currentPage = null, array $options = [] )
$options array

nextPageUrl() public méthode

public nextPageUrl ( )

previousPageUrl() public méthode

public previousPageUrl ( )

setQueryUri() public méthode

public setQueryUri ( $queryUri )

Property Details

$queryUri protected_oe property

protected $queryUri