Sage Intacct SDK for PHP
AbstractNull Class Reference
Inheritance diagram for AbstractNull:
AbstractComparison ComparisonInterface ConditionInterface QueryInterface

Public Member Functions

 getValue ()
 
 setValue ($value)
 
- Public Member Functions inherited from AbstractComparison
 getField ()
 
 setField (string $field)
 
 isNegate ()
 
 setNegate (bool $negate)
 
 getField ()
 
 setField (string $field)
 
 getValue ()
 
 setValue ($value)
 
 isNegate ()
 
 setNegate (bool $negate)
 
- Public Member Functions inherited from QueryInterface
 __toString ()
 

Protected Attributes

 $value
 
- Protected Attributes inherited from AbstractComparison
 $field
 
 $negate = false
 

Member Function Documentation

◆ getValue()

getValue ( )
Returns
null

Implements ComparisonInterface.

◆ setValue()

setValue (   $value)
Parameters
null$value

Implements ComparisonInterface.

Field Documentation

◆ $value

$value
protected