Documentation

EasyBlogPagination extends Pagination
in package

Table of Contents

Properties

$fd  : mixed

Methods

__construct()  : mixed
__get()  : mixed
Getter
get()  : mixed
Returns a property of the object or the default value if the property is not set.
getCurrentPageLink()  : mixed
Get current page url with pagination query
getListFooter()  : mixed
Retrieves the html block for pagination codes
getPagesLinks()  : mixed
Retrieves the html block for pagination codes
setVar()  : mixed
Allows caller to set additional url parameters

Properties

Methods

__construct()

public __construct(mixed $total, mixed $limitstart, mixed $limit[, mixed $prefix = '' ]) : mixed
Parameters
$total : mixed
$limitstart : mixed
$limit : mixed
$prefix : mixed = ''

__get()

Getter

public __get(mixed $key) : mixed
Parameters
$key : mixed
Tags
since
1.1.2
access

public

get()

Returns a property of the object or the default value if the property is not set.

public get(mixed $property[, mixed $default = null ]) : mixed
Parameters
$property : mixed
$default : mixed = null
Tags
since
5.2
access

public

Get current page url with pagination query

public getCurrentPageLink([mixed $view = 'latest' ][, mixed $external = false ]) : mixed
Parameters
$view : mixed = 'latest'
$external : mixed = false
Tags
since
5.2
access

public

getListFooter()

Retrieves the html block for pagination codes

public getListFooter([mixed $isLink = false ]) : mixed
Parameters
$isLink : mixed = false
Tags
since
1.1.2
access

public

Retrieves the html block for pagination codes

public getPagesLinks() : mixed
Tags
since
1.1.2
access

public

setVar()

Allows caller to set additional url parameters

public setVar(mixed $key, mixed $value) : mixed
Parameters
$key : mixed
$value : mixed
Tags
since
1.1.2
access

public


        
On this page

Search results