Class InfoBoxMessage
Class InfoBoxMessage
- InfoBoxMessage implements InfoBoxMessageInterface
Package: InfoBox\Entities
Category: System
Located at Services/Core/InfoBox/Entities/InfoBoxMessage.php
Category: System
Located at Services/Core/InfoBox/Entities/InfoBoxMessage.php
Methods summary
public
setButtonLink( StringType $buttonLink )
: InfoBoxMessage
Sets the link of the message button.
public
setModifiedDateTime( DateTime $dateTime )
: InfoBoxMessage
Sets the message modification date time.
public
setHeadLine( StringType $text, LanguageCode $languageCode )
: InfoBoxMessage
Sets the message headline.
public
setMessage( StringType $text, LanguageCode $languageCode )
: InfoBoxMessage
Sets the message.
public
setButtonLabel( StringType $text, LanguageCode $languageCode )
: InfoBoxMessage
Sets the message button label.
public
setIdentifier( StringType $identifier )
: InfoBoxMessage
Sets the identifier string of the message
public
setMessageCollection( KeyValueCollection $messages )
: InfoBoxMessage
Sets the messages by adding a collection.
public
setHeadLineCollection( KeyValueCollection $headlines )
: InfoBoxMessage
Sets the message headlines.
public
setButtonLabelCollection( KeyValueCollection $buttonLabels )
: InfoBoxMessage
Sets the button labels.
public
getButtonLabelCollection( void )
: EditableKeyValueCollection
Returns the button label collection.