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 | |
__construct ( $join, $join_column, $join_on, $join_on_column) | |
Construct a JOIN container. More... | |
as_query_join ( $query) | |
Inject this join into the query. More... | |
Data Fields | |
$join | |
$join_column | |
$join_on | |
$join_on_column | |
If this file is called directly, abort.
The class.
Contains a join between two Sources on two Fields.
Definition at line 14 of file class-gv-form-join.php.
__construct | ( | $join, | |
$join_column, | |||
$join_on, | |||
$join_on_column | |||
) |
Construct a JOIN container.
\GV\Source | $join | The form we're joining to. |
\GV\Field | $join_column | Its column. |
\GV\Source | $join_on | The form we're joining on. |
\GV\Field | $join_on_column | Its column. |
Definition at line 46 of file class-gv-form-join.php.
as_query_join | ( | $query | ) |
Inject this join into the query.
\GF_Query | $query | The instance. |
Definition at line 71 of file class-gv-form-join.php.
References gravityview().
$join |
Definition at line 20 of file class-gv-form-join.php.
$join_column |
Definition at line 31 of file class-gv-form-join.php.
$join_on |
Definition at line 26 of file class-gv-form-join.php.
$join_on_column |
Definition at line 36 of file class-gv-form-join.php.