|
Sage Intacct SDK for PHP
|
Public Member Functions | |
| writeXml (XMLWriter &$xml) | |
Public Member Functions inherited from AbstractAllocation | |
| getAllocationId () | |
| setAllocationId ($allocationId) | |
| getDescription () | |
| setDescription ($description) | |
| getDocumentNo () | |
| setDocumentNo ($documentNo) | |
| getAllocateBy () | |
| setAllocateBy ($allocateBy) | |
| getAttachmentsId () | |
| setAttachmentsId ($attachmentsId) | |
| isActive () | |
| setActive ($active) | |
| getLines () | |
| setLines (array $lines) | |
Public Member Functions inherited from AbstractFunction | |
| getControlId () | |
| setControlId (string $controlId='') | |
| __construct (string $controlId='') | |
| writeXml (XMLWriter &$xml) | |
| getControlId () | |
| setControlId (string $controlId) | |
| writeXml (XMLWriter &$xml) | |
Additional Inherited Members | |
Data Fields inherited from AbstractAllocation | |
| const | ALLOCATE_BY_PERCENTAGE = 'Percentage' |
| const | ALLOCATE_BY_ABSOLUTE = 'Absolute' |
Protected Attributes inherited from AbstractFunction | |
| $controlId = '' | |
Create a new allocation record
| writeXml | ( | XMLWriter & | $xml | ) |
Write the function block XML
| XMLWriter | $xml |
| InvalidArgumentException |
Reimplemented from AbstractFunction.