Sage Intacct SDK for PHP
TimesheetCreate Class Reference
Inheritance diagram for TimesheetCreate:
AbstractTimesheet AbstractFunction FunctionInterface

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 = ''
 

Detailed Description

Create a new timesheet record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.