|
Sage Intacct SDK for PHP
|
Public Member Functions | |
| __construct (string $format) | |
| getValue () | |
| setValue ($value) | |
| getFormat () | |
| setFormat ($format) | |
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 () | |
Data Fields | |
| const | IA_DATE_FORMAT = 'm/d/Y' |
| const | IA_DATE_TIME_FORMAT = 'm/d/Y H:i:s' |
Protected Attributes | |
| $value | |
| $format | |
Protected Attributes inherited from AbstractComparison | |
| $field | |
| $negate = false | |
| __construct | ( | string | $format | ) |
AbstractDateTimeClass constructor.
| string | $format |
Reimplemented in AbstractDate, and AbstractDateTime.
| getFormat | ( | ) |
| getValue | ( | ) |
Implements ComparisonInterface.
| setFormat | ( | $format | ) |
| string | $format |
| setValue | ( | $value | ) |
| \DateTime | $value |
Implements ComparisonInterface.
|
protected |
|
protected |
| const IA_DATE_FORMAT = 'm/d/Y' |
| const IA_DATE_TIME_FORMAT = 'm/d/Y H:i:s' |