Mailname
in package
Mailname wrapper
Tags
Table of Contents
- __construct() : mixed
- Create new mailname wrapper
- getById() : self
- Retrieve mailname by known id
- getDomain() : pm_Domain
- Retrieve mailname domain
- getEmailAddress() : string
- Retrieve email address
- getId() : int
- Retrieve mailname id
Methods
__construct()
Create new mailname wrapper
public
__construct(int $id) : mixed
Parameters
- $id : int
Tags
Return values
mixed —getById()
Retrieve mailname by known id
public
static getById(int $id) : self
Parameters
- $id : int
Tags
Return values
self —getDomain()
Retrieve mailname domain
public
getDomain() : pm_Domain
Tags
Return values
pm_Domain —getEmailAddress()
Retrieve email address
public
getEmailAddress() : string
Return values
string —getId()
Retrieve mailname id
public
getId() : int