Eloquent\Phony\Matcher\WildcardMatcher::matcher PHP Method

matcher() public method

Get the matcher to use for each argument.
public matcher ( ) : Eloquent\Phony\Matcher\Matcher
return Eloquent\Phony\Matcher\Matcher The matcher.
    public function matcher()
    {
        return $this->matcher;
    }