PHP 클래스 Eloquent\Phony\Integration\ProphecyMatcher

상속: extends Eloquent\Phony\Matcher\WrappedMatcher
파일 보기 프로젝트 열기: eloquent/phony

공개 메소드들

메소드 설명
matches ( mixed $value ) : boolean Returns true if $value matches this matcher's criteria.

메소드 상세

matches() 공개 메소드

Returns true if $value matches this matcher's criteria.
public matches ( mixed $value ) : boolean
$value mixed The value to check.
리턴 boolean True if the value matches.