Skip to content
Last updated

WHMCS\Module\MailSender\DescriptionTrait

Trait

Methods

getName

public function getName()

Returns bare class name of the specific notification module.

Returns string

getDisplayName

public function getDisplayName()

Get display name for the notification module.

Returns string

setDisplayName

public function setDisplayName($displayName)

Set the display name

Parameters

TypeNameDescription
string$displayName

Returns DescriptionTrait