GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Public Member Functions | Data Fields
Entry_Offset Class Reference

If this file is called directly, abort. More...

Public Member Functions

 to_paging ( $page=1)
 Return a search_criteria format for this offset. More...
 

Data Fields

 $limit = 20
 
 $offset = 0
 

Detailed Description

If this file is called directly, abort.

Filtering window settings:

Offset and limit, pagination.

Definition at line 14 of file class-gv-collection-entry-offset.php.

Member Function Documentation

◆ to_paging()

to_paging (   $page = 1)

Return a search_criteria format for this offset.

Parameters
int$pageThe page. Default: 1
Returns
array ['page_size' => N, 'offset' => N]

Definition at line 29 of file class-gv-collection-entry-offset.php.

Field Documentation

◆ $limit

$limit = 20

Definition at line 20 of file class-gv-collection-entry-offset.php.

◆ $offset

$offset = 0

Definition at line 17 of file class-gv-collection-entry-offset.php.


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