Class JPaginationObject

Description

Pagination object representing a particular item in the pagination lists.

  • since: 11.1

Located in /libraries/joomla/html/pagination.php (line 710)

JObject
   |
   --JPaginationObject
Variable Summary
integer $base
string $link
integer $prefix
string $text
Method Summary
JPaginationObject __construct (string $text, [integer $prefix = ''], [integer $base = null], [string $link = null])
Variables
integer $base (line 722)
  • var: The number of rows as a base offset.
  • since: 11.1
  • access: public
string $link (line 728)
  • var: The link URL.
  • since: 11.1
  • access: public
integer $prefix (line 734)
  • var: The prefix used for request variables.
  • since: 11.1
  • access: public
string $text (line 716)
  • var: The link text.
  • since: 11.1
  • access: public

Inherited Variables

Inherited from JObject

JObject::$_errors
Methods
Constructor __construct (line 746)

Class constructor.

  • since: 11.1
  • access: public
JPaginationObject __construct (string $text, [integer $prefix = ''], [integer $base = null], [string $link = null])
  • string $text: The link text.
  • integer $prefix: The prefix used for request variables.
  • integer $base: The number of rows as a base offset.
  • string $link: The link URL.

Redefinition of:
JObject::__construct()
Class constructor, overridden in descendant classes.

Inherited Methods

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:58:33 -0500 by phpDocumentor 1.4.4