PHP 클래스 Eloquent\Phony\Matcher\MatcherResult

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

공개 프로퍼티들

프로퍼티 타입 설명
$argumentMatches
$isMatch
$matcherMatches

공개 메소드들

메소드 설명
__construct ( boolean $isMatch, array $matcherMatches, array $argumentMatches ) Construct a new matcher result.

메소드 상세

__construct() 공개 메소드

Construct a new matcher result.
public __construct ( boolean $isMatch, array $matcherMatches, array $argumentMatches )
$isMatch boolean True if successful match.
$matcherMatches array
$argumentMatches array

프로퍼티 상세

$argumentMatches 공개적으로 프로퍼티

public $argumentMatches

$isMatch 공개적으로 프로퍼티

public $isMatch

$matcherMatches 공개적으로 프로퍼티

public $matcherMatches