Eloquent\Phony\Matcher\MatcherDriver::wrapMatcher PHP 메소드

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.
    public function wrapMatcher($matcher);