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

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
int[]

Implements ComparisonInterface.

◆ setValue()

setValue (   $value)
Parameters
int[]$value

Implements ComparisonInterface.

Field Documentation

◆ $value

$value
protected