PHP Trait Alex\MailCatcher\Behat\MailCatcherTrait

Show file Open project: alexandresalome/mailcatcher

Protected Properties

Property Type Description
$mailCatcherClient Alex\MailCatcher\Client | null

Public Methods

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

Protected Methods

Method Description
findMail ( $type, $value ) : Message

Method Details

findMail() protected method

protected findMail ( $type, $value ) : Message
return Message

getMailCatcherClient() public method

Returns the mailcatcher client.
public getMailCatcherClient ( ) : Alex\MailCatcher\Client
return Alex\MailCatcher\Client

setMailCatcherClient() public method

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

Property Details

$mailCatcherClient protected property

protected Client,Alex\MailCatcher|null $mailCatcherClient
return Alex\MailCatcher\Client | null