PHP 인터페이스 Eloquent\Phony\Matcher\MatcherDriver

파일 보기 프로젝트 열기: eloquent/phony

공개 메소드들

메소드 설명
isAvailable ( ) : boolean Returns true if this matcher driver's classes or interfaces exist.
matcherClassNames ( ) : array Get the supported matcher class names.
wrapMatcher ( object $matcher ) : Eloquent\Phony\Matcher\Matchable Wrap the supplied third party matcher.

메소드 상세

isAvailable() 공개 메소드

Returns true if this matcher driver's classes or interfaces exist.
public isAvailable ( ) : boolean
리턴 boolean True if available.

matcherClassNames() 공개 메소드

Get the supported matcher class names.
public matcherClassNames ( ) : array
리턴 array

wrapMatcher() 공개 메소드

Wrap the supplied third party matcher.
public wrapMatcher ( object $matcher ) : Eloquent\Phony\Matcher\Matchable
$matcher object The matcher to wrap.
리턴 Eloquent\Phony\Matcher\Matchable The wrapped matcher.