Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JPaginationObject

Description

Pagination object representing a particular item in the pagination lists

  • since: 1.5

Located in /joomla/html/pagination.php (line 538)

Class JObject   (Subpackage Base)

Class JPaginationObject   (Subpackage HTML)
Variable Summary
Variable mixed $base
Variable mixed $link
Variable mixed $text
Method Summary
Constructor JPaginationObject __construct ( $text, [ $base = null], [ $link = null])
Variables
mixed $base (line 541)
mixed $link (line 542)
mixed $text (line 540)

Inherited Variables

Inherited from JObject

Variable JObject::$_errors
Methods
Constructor __construct (line 544)
JPaginationObject __construct ( $text, [ $base = null], [ $link = null])
  • $text
  • $base
  • $link

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

Inherited Methods

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::getPublicProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::toString()
Support Joomla!