Interface InfoBoxMessageInterface
category |
System |
---|---|
package |
InfoBox |
subpackage |
Interfaces |
getAddedDateTime() : \DateTime
\DateTime
The added date time.
getButtonLabel(\LanguageCode $languageCode) : string
string
The message button label.
getButtonLabelCollection() : \EditableKeyValueCollection
getButtonLink() : string
string
Link of the message button.
getCustomerId() : integer
integer
getHeadLine(\LanguageCode $languageCode) : string
string
The message headline.
getHeadLineCollection() : \EditableKeyValueCollection
getId() : integer
integer
ID of the message.
getIdentifier() : string
string
Message identifier.
getMessage(\LanguageCode $languageCode) : string
getMessageCollection() : \EditableKeyValueCollection
getModifiedDateTime() : \DateTime
\DateTime
The modified date time.
getSource() : string
string
Source of the message.
getStatus() : string
string
Status of the message.
getType() : string
string
getVisibility() : string
string
Visibility of the message.
setAddedDateTime(\DateTime $dateTime) : \InfoBoxMessageInterface
\DateTime
Message added date time value.
\InfoBoxMessageInterface
Same instance for method chaining.
setButtonLabel(\StringType $text, \LanguageCode $languageCode) : \InfoBoxMessageInterface
setButtonLabelCollection(\KeyValueCollection $buttonLabels) : \InfoBoxMessageInterface
setButtonLink(\StringType $buttonLink) : \InfoBoxMessageInterface
setCustomerId(\IdType $customerId) : \InfoBoxMessageInterface
setHeadLine(\StringType $text, \LanguageCode $languageCode) : \InfoBoxMessageInterface
setHeadLineCollection(\KeyValueCollection $headlines) : \InfoBoxMessageInterface
setId(\IdType $id) : \InfoBoxMessageInterface
setIdentifier(\StringType $identifier) : \InfoBoxMessageInterface
setMessage(\StringType $text, \LanguageCode $languageCode) : \InfoBoxMessageInterface
setMessageCollection(\KeyValueCollection $messages) : \InfoBoxMessageInterface
setModifiedDateTime(\DateTime $dateTime) : \InfoBoxMessageInterface
\DateTime
Message modification date time.
\InfoBoxMessageInterface
Same instance for method chaining.
setSource(\StringType $source) : \InfoBoxMessageInterface
setStatus(\StringType $status) : \InfoBoxMessageInterface
setType(\StringType $type) : \InfoBoxMessageInterface
setVisibility(\StringType $visibility) : \InfoBoxMessageInterface