\Colibri\IO\MailAddress

Электронный адрес

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
$address
$name
$charset
$formated
No constants found
No protected methods found
No protected properties found
N/A
_formatAddress()
$_address
$_displayName
$_charset
N/A

Properties

$address

$address : string

эл. адрес

Type

string

$name

$name : string

отображаемое имя

Type

string

$charset

$charset : string

кодировка

Type

string

$formated

$formated : string

отформатированная строка содержащая отображаемое имя и эл. адрес

Type

string

$_address

$_address : string

Эл. адрес

Type

string

$_displayName

$_displayName : string

Отображаемое имя

Type

string

$_charset

$_charset : string

Кодировка

Type

string

Methods

__construct()

__construct(string  $address, string  $displayName = '', string  $charset = 'utf-8') 

Конструктпор

Parameters

string $address

эл. адрес

string $displayName

отображаемое имя

string $charset

кодировка

__get()

__get(string  $property) : string

Геттер

Parameters

string $property

свойство

Returns

string

__set()

__set(string  $property, string  $value) 

Сеттер

Parameters

string $property

свойство

string $value

значение

_formatAddress()

_formatAddress() : string

Возвращает отформатированное значение

Returns

string