XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
Limit Class Reference

Public Member Functions

 __construct ($list_count, $page=NULL, $page_count=NULL, $offset=NULL)
 
 isPageHandler ()
 
 getOffset ()
 
 getLimit ()
 
 toString ()
 

Public Attributes

 $start
 
 $list_count
 
 $page_count
 
 $page
 

Detailed Description

Definition at line 9 of file Limit.class.php.

Constructor & Destructor Documentation

Limit::__construct (   $list_count,
  $page = NULL,
  $page_count = NULL,
  $offset = NULL 
)

constructor

Parameters
int$list_count
int$page
int$page_count
int$offset
Returns
void

Definition at line 44 of file Limit.class.php.

Member Function Documentation

Limit::getLimit ( )

Definition at line 82 of file Limit.class.php.

Limit::getOffset ( )

Definition at line 77 of file Limit.class.php.

Limit::isPageHandler ( )

In case you choose to use query limit in other cases than page select

Returns
boolean

Definition at line 65 of file Limit.class.php.

Limit::toString ( )

Definition at line 87 of file Limit.class.php.

Member Data Documentation

Limit::$list_count

Definition at line 22 of file Limit.class.php.

Limit::$page

Definition at line 34 of file Limit.class.php.

Limit::$page_count

Definition at line 28 of file Limit.class.php.

Limit::$start

Definition at line 16 of file Limit.class.php.


The documentation for this class was generated from the following file: