trait DescriptionTrait

Properties summary

Type Property Description
protected $displayName

Methods summary

Return Type Method Name Description
string getName() Returns bare class name of the specific notification module.
string getDisplayName() Get display name for the notification module.
DescriptionTrait setDisplayName(string $displayName) Set the display name

Details

string getName ()

Returns bare class name of the specific notification module.

Return Value

string

string getDisplayName ()

Get display name for the notification module.

Return Value

string

DescriptionTrait setDisplayName (string $displayName)

Set the display name

Parameters

string $displayName

Return Value

DescriptionTrait