GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Public Member Functions | Private Attributes
GF_Query_Condition_IS_NULL Class Reference

Gravity Forms GF_Query does not support NULL condition clauses. More...

Inheritance diagram for GF_Query_Condition_IS_NULL:

Public Member Functions

 __construct ( $left=null, $operator=null, $right=null)
 
 sql ( $query)
 

Private Attributes

 $override_placeholder = '{GF_Query_Condition_IS_NULL_override}'
 

Detailed Description

Gravity Forms GF_Query does not support NULL condition clauses.

Implement them as needed.

Definition at line 9 of file _mocks.isnull.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $left = null,
  $operator = null,
  $right = null 
)

Definition at line 12 of file _mocks.isnull.php.

Member Function Documentation

◆ sql()

sql (   $query)

Definition at line 16 of file _mocks.isnull.php.

Field Documentation

◆ $override_placeholder

$override_placeholder = '{GF_Query_Condition_IS_NULL_override}'
private

Definition at line 10 of file _mocks.isnull.php.


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