Вход Регистрация
Файл: gapps/vendor/laravel/framework/src/Illuminate/Contracts/Pagination/LengthAwarePaginator.php
Строк: 23
<?php

namespace IlluminateContractsPagination;

interface 
LengthAwarePaginator extends Paginator
{
    
/**
     * Determine the total number of items in the data store.
     *
     * @return int
     */
    
public function total();

    
/**
     * Get the page number of the last available page.
     *
     * @return int
     */
    
public function lastPage();
}
Онлайн: 0
Реклама