PHP Класс Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector

Автор: Fabien Potencier ([email protected])
Автор: Clément JOBEILI ([email protected])
Наследование: extends Symfony\Component\HttpKernel\DataCollector\DataCollector
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container ) We don't inject the message logger and mailer here to avoid the creation of these objects when no emails are sent.
collect ( Request $request, Response $response, Exception $exception = null )
getMailerData ( $name ) : array Returns the data collected of a mailer.
getMailers ( ) : array Returns the mailer names.
getMessageCount ( $name = null ) : integer Returns the message count of a mailer or the total.
getMessages ( $name = 'default' ) : array Returns the messages of a mailer.
getName ( )
isDefaultMailer ( $name ) : boolean Returns if the mailer is the default mailer.
isSpool ( $name ) : boolean Returns if the mailer has spool.

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

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

We don't inject the message logger and mailer here to avoid the creation of these objects when no emails are sent.
public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

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

public collect ( Request $request, Response $response, Exception $exception = null )
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Response
$exception Exception

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

Returns the data collected of a mailer.
public getMailerData ( $name ) : array
Результат array The data of the mailer.

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

Returns the mailer names.
public getMailers ( ) : array
Результат array The mailer names.

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

Returns the message count of a mailer or the total.
public getMessageCount ( $name = null ) : integer
Результат integer The number of messages.

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

Returns the messages of a mailer.
public getMessages ( $name = 'default' ) : array
Результат array The messages.

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

public getName ( )

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

Returns if the mailer is the default mailer.
public isDefaultMailer ( $name ) : boolean
Результат boolean

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

Returns if the mailer has spool.
public isSpool ( $name ) : boolean
Результат boolean