Sage Intacct SDK for PHP
ConditionInterface Interface Reference
Inheritance diagram for ConditionInterface:
QueryInterface ComparisonInterface LogicalInterface AbstractComparison AbstractLogical AbstractArrayInteger AbstractArrayString AbstractDateTimeClass AbstractFloat AbstractInteger AbstractNull AbstractString AndCondition OrCondition

Public Member Functions

 isNegate ()
 
 setNegate (bool $negate)
 
- Public Member Functions inherited from QueryInterface
 __toString ()
 

Member Function Documentation

◆ isNegate()

isNegate ( )
Returns
bool

Implemented in AbstractComparison, and AbstractLogical.

◆ setNegate()

setNegate ( bool  $negate)
Parameters
bool$negate

Implemented in AbstractComparison, and AbstractLogical.