Метод |
Описание |
|
__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. |
|