PHP Trait Alex\MailCatcher\Behat\MailCatcherTrait

Afficher le fichier Open project: alexandresalome/mailcatcher

Protected Properties

Свойство Type Description
$mailCatcherClient Alex\MailCatcher\Client | null

Méthodes publiques

Méthode Description
getMailCatcherClient ( ) : Alex\MailCatcher\Client Returns the mailcatcher client.
setMailCatcherClient ( Alex\MailCatcher\Client $client ) Sets the mailcatcher client.

Méthodes protégées

Méthode Description
findMail ( $type, $value ) : Message

Method Details

findMail() protected méthode

protected findMail ( $type, $value ) : Message
Résultat Message

getMailCatcherClient() public méthode

Returns the mailcatcher client.
public getMailCatcherClient ( ) : Alex\MailCatcher\Client
Résultat Alex\MailCatcher\Client

setMailCatcherClient() public méthode

Sets the mailcatcher client.
public setMailCatcherClient ( Alex\MailCatcher\Client $client )
$client Alex\MailCatcher\Client a mailcatcher client

Property Details

$mailCatcherClient protected_oe property

protected Client,Alex\MailCatcher|null $mailCatcherClient
Résultat Alex\MailCatcher\Client | null