![]() |
GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
If this file is called directly, abort. More...
Public Member Functions | |
| __get ( $key) | |
| Magic shortcuts. More... | |
| get_entries () | |
| Get all entries for this form. More... | |
Static Public Member Functions | |
| static | by_id ( $form_id) |
| Construct a instance by ID. More... | |
Static Public Member Functions inherited from Source | |
| static | get_field () |
| Get a instance by ID. More... | |
Data Fields | |
| $ID = null | |
Data Fields inherited from Source | |
| const | BACKEND_GRAVITYFORMS = 'gravityforms' |
| const | BACKEND_INTERNAL = 'internal' |
Private Attributes | |
| $form | |
Additional Inherited Members | |
Static Public Attributes inherited from Source | |
| static | $backend = null |
If this file is called directly, abort.
The class.
Houses all base Form functionality and provides a uniform API to various form backends via implementations.
Definition at line 15 of file class-gv-form.php.
| __get | ( | $key | ) |
Magic shortcuts.
entries -> $this->get_entries() Definition at line 57 of file class-gv-form.php.
References endswitch.
|
static |
Construct a instance by ID.
| int | string | $form_id | The internal form ID. |
Definition at line 38 of file class-gv-form.php.
|
abstract |
Get all entries for this form.
|
private |
Definition at line 27 of file class-gv-form.php.
| $ID = null |
Definition at line 22 of file class-gv-form.php.