Method | Description | |
---|---|---|
instance ( ) : Eloquent\Phony\Matcher\MatcherDriver | Get the static instance of this driver. | |
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. |
public static instance ( ) : Eloquent\Phony\Matcher\MatcherDriver | ||
return | Eloquent\Phony\Matcher\MatcherDriver | The static driver. |
public isAvailable ( ) : boolean | ||
return | boolean | True if available. |
public matcherClassNames ( ) : array |
||
return | array |
public wrapMatcher ( object $matcher ) : Eloquent\Phony\Matcher\Matchable | ||
$matcher | object | The matcher to wrap. |
return | Eloquent\Phony\Matcher\Matchable | The wrapped matcher. |