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

Public Member Functions

 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)
 

Protected Attributes

 $recordNo
 
 $employeeId
 
 $beginDate
 
 $description
 
 $attachmentsId
 
 $action
 
 $entries = []
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Member Function Documentation

◆ getAction()

getAction ( )
Returns
string

◆ getAttachmentsId()

getAttachmentsId ( )
Returns
string

◆ getBeginDate()

getBeginDate ( )
Returns
\DateTime

◆ getDescription()

getDescription ( )
Returns
string

◆ getEmployeeId()

getEmployeeId ( )
Returns
string

◆ getEntries()

getEntries ( )

◆ getRecordNo()

getRecordNo ( )
Returns
int|string

◆ setAction()

setAction (   $action)
Parameters
string$action

◆ setAttachmentsId()

setAttachmentsId (   $attachmentsId)
Parameters
string$attachmentsId

◆ setBeginDate()

setBeginDate (   $beginDate)
Parameters
\DateTime$beginDate

◆ setDescription()

setDescription (   $description)
Parameters
string$description

◆ setEmployeeId()

setEmployeeId (   $employeeId)
Parameters
string$employeeId

◆ setEntries()

setEntries (   $entries)
Parameters
AbstractTimesheetEntry[]$entries

◆ setRecordNo()

setRecordNo (   $recordNo)
Parameters
int | string$recordNo

Field Documentation

◆ $action

$action
protected

◆ $attachmentsId

$attachmentsId
protected

◆ $beginDate

$beginDate
protected

◆ $description

$description
protected

◆ $employeeId

$employeeId
protected

◆ $entries

$entries = []
protected

◆ $recordNo

$recordNo
protected