class ExpenseReportSummaryCreate extends AbstractExpenseReportSummary

Create a new employee expense report summary record

Methods

getControlId()

Get control ID

setControlId($controlId = null)

Set control ID

__construct(string $controlId = null)

Initializes the class with the given parameters.

writeXml(XMLWriter $xml)

Write the function block XML

int|string
getRecordNo()

No description

setRecordNo(int|string $recordNo)

No description

string
getTitle()

No description

setTitle(string $title)

No description

setGlPostingDate(DateType $glPostingDate)

No description

Details

in AbstractFunction at line line 35
getControlId()

Get control ID

in AbstractFunction at line line 46
setControlId($controlId = null)

Set control ID

Parameters

$controlId

Exceptions

InvalidArgumentException

in AbstractFunction at line line 67
__construct(string $controlId = null)

Initializes the class with the given parameters.

Parameters

string $controlId Control ID, default=random UUID

at line line 35
writeXml(XMLWriter $xml)

Write the function block XML

Parameters

XMLWriter $xml

in AbstractExpenseReportSummary at line line 40
int|string getRecordNo()

Return Value

int|string

in AbstractExpenseReportSummary at line line 48
setRecordNo(int|string $recordNo)

Parameters

int|string $recordNo

in AbstractExpenseReportSummary at line line 56
string getTitle()

Return Value

string

in AbstractExpenseReportSummary at line line 64
setTitle(string $title)

Parameters

string $title

in AbstractExpenseReportSummary at line line 72
DateType getGlPostingDate()

Return Value

DateType

in AbstractExpenseReportSummary at line line 80
setGlPostingDate(DateType $glPostingDate)

Parameters

DateType $glPostingDate