Source for file object.php
Documentation is available at object.php
 * @package     Joomla.Libraries  
 * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.  
 * @license     GNU General Public License version 2 or later; see LICENSE  
 * Pagination object representing a particular item in the pagination lists.  
 * @package     Joomla.Libraries  
     * @var    string  The link text.  
     * @var    integer  The number of rows as a base offset.  
     * @var    string  The link URL.  
     * @var    integer  The prefix used for request variables.  
     * @var    boolean  Flag whether the object is the 'active' page  
     * @param   string   $text    The link text.  
     * @param   integer  $prefix  The prefix used for request variables.  
     * @param   integer  $base    The number of rows as a base offset.  
     * @param   string   $link    The link URL.  
     * @param   boolean  $active  Flag whether the object is the 'active' page  
    public function __construct($text, $prefix = 
'', $base = 
null, $link = 
null, $active = 
false)  
 
 
	
		Documentation generated on Tue, 19 Nov 2013 15:09:42 +0100 by phpDocumentor 1.4.3