Class JPaginationObject
Pagination object representing a particular item in the pagination lists.
Package: Joomla\Libraries\Pagination
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.5
Located at cms/pagination/object.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.5
Located at cms/pagination/object.php
Methods summary
public
|
#
__construct( string $text, string $prefix = '', integer $base = null, string $link = null, boolean $active = false )
Class constructor. |
Magic methods summary
Properties summary
public
string
|
$text |
#
The link text. |
public
integer
|
$base |
#
The number of rows as a base offset. |
public
string
|
$link |
#
The link URL. |
public
integer
|
$prefix |
#
The prefix used for request variables. |
public
boolean
|
$active |
#
Flag whether the object is the 'active' page |