PHP 트레잇 Alex\MailCatcher\Behat\MailCatcherTrait

파일 보기 프로젝트 열기: alexandresalome/mailcatcher

보호된 프로퍼티들

프로퍼티 타입 설명
$mailCatcherClient Alex\MailCatcher\Client | null

공개 메소드들

메소드 설명
getMailCatcherClient ( ) : Alex\MailCatcher\Client Returns the mailcatcher client.
setMailCatcherClient ( Alex\MailCatcher\Client $client ) Sets the mailcatcher client.

보호된 메소드들

메소드 설명
findMail ( $type, $value ) : Message

메소드 상세

findMail() 보호된 메소드

protected findMail ( $type, $value ) : Message
리턴 Message

getMailCatcherClient() 공개 메소드

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

setMailCatcherClient() 공개 메소드

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

프로퍼티 상세

$mailCatcherClient 보호되어 있는 프로퍼티

protected Client,Alex\MailCatcher|null $mailCatcherClient
리턴 Alex\MailCatcher\Client | null