GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
This file contains magic wrapper code for gravityview()
.
More...
Public Member Functions | |
get ( $view=null) | |
Gets a View. More... | |
set ( $view) | |
Mock the internal pointer. More... | |
Private Attributes | |
$view = null | |
This file contains magic wrapper code for gravityview()
.
Every gravityview()
magic key maps to a class that exposes more magic. Chains of infinite magic can be constructed spanning seas of mermaids, valleys of unicorns and whirlwinds of shooting stars. The views magic wrapper.
Definition at line 15 of file class-gv-wrappers.php.
get | ( | $view = null | ) |
Gets a View.
Doesn't care what you provide it. Will try to find out what you need from the current context, from the supplied args, etc.
string|int|array| |
By View.
By View ID.
By post object.
By array.
From various contexts.
Final fallback.
Definition at line 33 of file class-gv-wrappers.php.
References $post, views\$view, and gravityview().
set | ( | $view | ) |
Mock the internal pointer.
\GV\View | $view | The View to supply on fallback in ::get() |
Definition at line 93 of file class-gv-wrappers.php.
References views\$view.
|
private |
Definition at line 20 of file class-gv-wrappers.php.
Referenced by views\get(), and views\set().