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

상속: extends Eloquent\Phony\Matcher\Matchable
파일 보기 프로젝트 열기: eloquent/phony 0 사용 예제들

공개 메소드들

메소드 설명
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.