Interface that describes attributes of a notification

interface NotificationAttributeInterface

Methods summary

Return Type Method Name Description
string getLabel() -
NotificationAttributeInterface setLabel(string $label) -
string getValue() -
NotificationAttributeInterface setValue(string $value) -
string getUrl() -
NotificationAttributeInterface setUrl(string $url) -
string getStyle() -
NotificationAttributeInterface setStyle(string $style) -
string getIcon() -
NotificationAttributeInterface setIcon(string $icon) -

Details

string getLabel ()

Return Value

string

NotificationAttributeInterface setLabel (string $label)

Parameters

string $label

Return Value

NotificationAttributeInterface

string getValue ()

Return Value

string

NotificationAttributeInterface setValue (string $value)

Parameters

string $value

Return Value

NotificationAttributeInterface

string getUrl ()

Return Value

string

NotificationAttributeInterface setUrl (string $url)

Parameters

string $url

Return Value

NotificationAttributeInterface

string getStyle ()

Return Value

string

NotificationAttributeInterface setStyle (string $style)

Parameters

string $style

Return Value

NotificationAttributeInterface

string getIcon ()

Return Value

string

NotificationAttributeInterface setIcon (string $icon)

Parameters

string $icon

Return Value

NotificationAttributeInterface