Sage Intacct SDK for PHP
|
Public Member Functions | |
writeXml (XMLWriter &$xml) | |
Public Member Functions inherited from AbstractTimesheet | |
getRecordNo () | |
setRecordNo ($recordNo) | |
getEmployeeId () | |
setEmployeeId ($employeeId) | |
getBeginDate () | |
setBeginDate ($beginDate) | |
getDescription () | |
setDescription ($description) | |
getAttachmentsId () | |
setAttachmentsId ($attachmentsId) | |
getAction () | |
setAction ($action) | |
getEntries () | |
setEntries ($entries) | |
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 | |
Protected Attributes inherited from AbstractTimesheet | |
$recordNo | |
$employeeId | |
$beginDate | |
$description | |
$attachmentsId | |
$action | |
$entries = [] | |
Protected Attributes inherited from AbstractFunction | |
$controlId = '' | |
Create a new timesheet record
writeXml | ( | XMLWriter & | $xml | ) |
Write the function block XML
XMLWriter | $xml |
InvalidArgumentException |
Reimplemented from AbstractFunction.