class PaginationObject

Pagination object representing a particular item in the pagination lists.

Properties

string $text
integer $base
integer $prefix
boolean $active

Methods

__construct( string $text, string $prefix = '', integer $base = null, string $link = null, boolean $active = false)

Class constructor.

Details

__construct( string $text, string $prefix = '', integer $base = null, string $link = null, boolean $active = false)

Class constructor.

Parameters

string $text The link text.
string $prefix The prefix used for request variables.
integer $base The number of rows as a base offset.
string $link The link URL.
boolean $active Flag whether the object is the 'active' page