Class JPaginationObject

Description

Pagination object representing a particular item in the pagination lists.

  • since: 1.5

Located in /libraries/cms/pagination/object.php (line 19)


	
			
Variable Summary
 boolean $active
 integer $base
 string $link
 integer $prefix
 string $text
Method Summary
 JPaginationObject __construct (string $text, [integer $prefix = ''], [integer $base = null], [string $link = null], [boolean $active = false])
Variables
boolean $active (line 49)
  • var: Flag whether the object is the 'active' page
  • since: 3.0
  • access: public
integer $base (line 31)
  • var: The number of rows as a base offset.
  • since: 1.5
  • access: public
string $link (line 37)
  • var: The link URL.
  • since: 1.5
  • access: public
integer $prefix (line 43)
  • var: The prefix used for request variables.
  • since: 1.6
  • access: public
string $text (line 25)
  • var: The link text.
  • since: 1.5
  • access: public
Methods
Constructor __construct (line 62)

Class constructor.

  • since: 1.5
  • access: public
JPaginationObject __construct (string $text, [integer $prefix = ''], [integer $base = null], [string $link = null], [boolean $active = false])
  • 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.
  • boolean $active: Flag whether the object is the 'active' page

Documentation generated on Tue, 19 Nov 2013 15:09:42 +0100 by phpDocumentor 1.4.3