class Help

Help

Methods

integer
getId()

Get id

setCustomerAgreement(string $customerAgreement)

Set customer_agreement

string
getCustomerAgreement()

Get customer_agreement

setUpdateDate(DateTime $updateDate)

Set update_date

getUpdateDate()

Get update_date

setCreateDate(DateTime $createDate)

Set create_date

getCreateDate()

Get create_date

Details

at line 33
integer getId()

Get id

Return Value

integer

at line 44
Help setCustomerAgreement(string $customerAgreement)

Set customer_agreement

Parameters

string $customerAgreement

Return Value

Help

at line 56
string getCustomerAgreement()

Get customer_agreement

Return Value

string

at line 67
Help setUpdateDate(DateTime $updateDate)

Set update_date

Parameters

DateTime $updateDate

Return Value

Help

at line 79
DateTime getUpdateDate()

Get update_date

Return Value

DateTime

at line 95
Help setCreateDate(DateTime $createDate)

Set create_date

Parameters

DateTime $createDate

Return Value

Help

at line 107
DateTime getCreateDate()

Get create_date

Return Value

DateTime