Back to Joomla project (class list)

Class PaginationObject - list of methods

Pagination object representing a particular item in the pagination lists.
Package: Joomla\CMS\Pagination
Copyright: (C) 2012 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Pagination/PaginationObject.php
Project: Joomla

Method Summary

public
(mixed $text, mixed $prefix = '', mixed $base = null, mixed $link = null, mixed $active = false)

Class constructor.
Parameters
  • string $text The link text.
  • string $prefix The prefix used for request variables.
  • int $base The number of rows as a base offset.
  • string $link The link URL.
  • bool $active Flag whether the object is the 'active' page
Since
  • 1.5
Show source code of this method: __construct Source Code

Properties Summary

public string
$text
Since
  • 1.5
public int
$base
Since
  • 1.5
public string
$link
Since
  • 1.5
public int
$prefix
Since
  • 1.6
public bool
$active
Since
  • 3.0

Tags Summary

Since
1.5