# WHMCS\Module\MailSender\DescriptionTrait

`Trait`

## Methods

### getName

```php
public function getName()
```

Returns bare class name of the specific notification module.

**Returns** `string`

### getDisplayName

```php
public function getDisplayName()
```

Get display name for the notification module.

**Returns** `string`

### setDisplayName

```php
public function setDisplayName($displayName)
```

Set the display name

**Parameters**

| Type | Name | Description |
|  --- | --- | --- |
| `string` | `$displayName` |  |


**Returns** `DescriptionTrait`