PHP Класс mageekguy\atoum\mailer

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$adapter
$contentType
$from
$replyTo
$subject
$to
$xMailer

Открытые методы

Метод Описание
__construct ( mageekguy\atoum\adapter $adapter = null )
addTo ( $to, $realName = null )
getAdapter ( )
getContentType ( )
getFrom ( )
getReplyTo ( )
getSubject ( )
getTo ( )
getXMailer ( )
send ( $something )
setAdapter ( mageekguy\atoum\adapter $adapter )
setContentType ( $type = 'text/plain', $charset = 'utf-8' )
setFrom ( $from, $realName = null )
setReplyTo ( $replyTo, $realName = null )
setSubject ( $subject )
setXMailer ( $mailer )

Описание методов

__construct() публичный Метод

public __construct ( mageekguy\atoum\adapter $adapter = null )
$adapter mageekguy\atoum\adapter

addTo() публичный Метод

public addTo ( $to, $realName = null )

getAdapter() публичный Метод

public getAdapter ( )

getContentType() публичный Метод

public getContentType ( )

getFrom() публичный Метод

public getFrom ( )

getReplyTo() публичный Метод

public getReplyTo ( )

getSubject() публичный Метод

public getSubject ( )

getTo() публичный Метод

public getTo ( )

getXMailer() публичный Метод

public getXMailer ( )

send() абстрактный публичный Метод

abstract public send ( $something )

setAdapter() публичный Метод

public setAdapter ( mageekguy\atoum\adapter $adapter )
$adapter mageekguy\atoum\adapter

setContentType() публичный Метод

public setContentType ( $type = 'text/plain', $charset = 'utf-8' )

setFrom() публичный Метод

public setFrom ( $from, $realName = null )

setReplyTo() публичный Метод

public setReplyTo ( $replyTo, $realName = null )

setSubject() публичный Метод

public setSubject ( $subject )

setXMailer() публичный Метод

public setXMailer ( $mailer )

Описание свойств

$adapter защищенное свойство

protected $adapter

$contentType защищенное свойство

protected $contentType

$from защищенное свойство

protected $from

$replyTo защищенное свойство

protected $replyTo

$subject защищенное свойство

protected $subject

$to защищенное свойство

protected $to

$xMailer защищенное свойство

protected $xMailer