phpDocumentor

InfoBoxMessageInterface

Interface InfoBoxMessageInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

getAddedDateTime()  : DateTime
Returns the message creation date time.
getButtonLabel()  : string
Returns the message button label.
getButtonLabelCollection()  : EditableKeyValueCollection
Returns the button label collection.
getButtonLink()  : string
Returns the link of the message button.
getCustomerId()  : int
Returns the customer ID of the message.
getHeadLine()  : string
Returns the message headline.
getHeadLineCollection()  : EditableKeyValueCollection
Returns the headline collection.
getId()  : int
Returns the ID of the message.
getIdentifier()  : string
Returns the message identifier.
getMessage()  : string
Returns the message.
getMessageCollection()  : EditableKeyValueCollection
Returns the message collection.
getModifiedDateTime()  : DateTime
Returns the message modification date time.
getSource()  : string
Returns the message's source.
getStatus()  : string
Returns the status of the message.
getType()  : string
Returns the type of the message.
getVisibility()  : string
Returns the visibility of the message.
setAddedDateTime()  : InfoBoxMessageInterface
Sets the message creation date time.
setButtonLabel()  : InfoBoxMessageInterface
Sets the message button label.
setButtonLabelCollection()  : InfoBoxMessageInterface
Sets the button labels.
setButtonLink()  : InfoBoxMessageInterface
Sets the link of the message button.
setCustomerId()  : InfoBoxMessageInterface
Sets the customer ID of the message.
setHeadLine()  : InfoBoxMessageInterface
Sets the message headline.
setHeadLineCollection()  : InfoBoxMessageInterface
Sets the message headlines.
setId()  : InfoBoxMessageInterface
Sets the ID of the message.
setIdentifier()  : InfoBoxMessageInterface
Sets the identifier string of the message
setMessage()  : InfoBoxMessageInterface
Sets the message.
setMessageCollection()  : InfoBoxMessageInterface
Sets the messages by adding a collection.
setModifiedDateTime()  : InfoBoxMessageInterface
Sets the message modification date time.
setSource()  : InfoBoxMessageInterface
Sets the message's source.
setStatus()  : InfoBoxMessageInterface
Sets the status of the message.
setType()  : InfoBoxMessageInterface
Sets the type of the message.
setVisibility()  : InfoBoxMessageInterface
Sets the visibility of the message.

Methods

getAddedDateTime()

Returns the message creation date time.

public getAddedDateTime() : DateTime
Return values
DateTime

The added date time.

getButtonLabel()

Returns the message button label.

public getButtonLabel(LanguageCode $languageCode) : string
Parameters
$languageCode : LanguageCode

Button label language code.

Return values
string

The message button label.

Returns the link of the message button.

public getButtonLink() : string
Return values
string

Link of the message button.

getCustomerId()

Returns the customer ID of the message.

public getCustomerId() : int
Return values
int

getHeadLine()

Returns the message headline.

public getHeadLine(LanguageCode $languageCode) : string
Parameters
$languageCode : LanguageCode

Language code of the message headline.

Return values
string

The message headline.

getId()

Returns the ID of the message.

public getId() : int
Return values
int

ID of the message.

getIdentifier()

Returns the message identifier.

public getIdentifier() : string
Return values
string

Message identifier.

getModifiedDateTime()

Returns the message modification date time.

public getModifiedDateTime() : DateTime
Return values
DateTime

The modified date time.

getSource()

Returns the message's source.

public getSource() : string
Return values
string

Source of the message.

getStatus()

Returns the status of the message.

public getStatus() : string
Return values
string

Status of the message.

getVisibility()

Returns the visibility of the message.

public getVisibility() : string
Return values
string

Visibility of the message.

Search results