phpDocumentor

AgreementInterface

Interface AgreementInterface

Tags
category

Core

subpackage

Interfaces

Table of Contents

delete()  : $this|AgreementInterface
Deletes the agreement.
getContentGroup()  : IdType
Returns the content group ID of the legal text.
getCustomer()  : AgreementCustomerInterface
Returns the customers of the agreement.
getDateAdded()  : DateTime
Returns the date and time of the agreement.
getId()  : IdType
Returns the agreement id.
getIpAddress()  : StringType
Returns the IP address of the customer which confirmed the agreement.
getLanguageId()  : IdType
Returns the language ID of the agreement.
getLastModifiedDateTime()  : DateTime
Returns the last modified date of the agreement.
getLegalTextVersion()  : StringType
Returns the version of the legal text.
getText()  : StringType
Returns the text of the agreement.
setContentGroup()  : $this|AgreementInterface
Sets the content group of the legal text.
setCustomer()  : $this|AgreementInterface
Sets the customer of the agreement.
setDateAdded()  : $this|AgreementInterface
Sets the date of the agreement.
setId()  : $this|AgreementInterface
Sets the agreement id.
setIpAddress()  : $this|AgreementInterface
Sets the IP address of the customer which confirmed the agreement.
setLanguageId()  : $this|AgreementInterface
Sets the language ID of the agreement.
setLastModifiedDate()  : $this|AgreementInterface
Sets the last modified date of the agreement.
setLegalTextVersion()  : $this|AgreementInterface
Sets the version of the legal text.
setText()  : $this|AgreementInterface
Sets the text of the agreement.
store()  : $this|AgreementInterface
Stores the agreement.

Methods

getDateAdded()

Returns the date and time of the agreement.

public getDateAdded() : DateTime
Return values
DateTime

Date and time of the agreement.

getLastModifiedDateTime()

Returns the last modified date of the agreement.

public getLastModifiedDateTime() : DateTime
Return values
DateTime

Date and time of the agreement.

Search results