Documentation

Mailname
in package

Mailname wrapper

Tags
since
18.0.53

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
throws
pm_Exception
Return values
mixed

getById()

Retrieve mailname by known id

public static getById(int $id) : self
Parameters
$id : int
Tags
throws
pm_Exception
Return values
self

getEmailAddress()

Retrieve email address

public getEmailAddress() : string
Return values
string

getId()

Retrieve mailname id

public getId() : int
Return values
int

Search results