Eloquent\Phony\Matcher\WildcardMatcher::matcher PHP Метод

matcher() публичный Метод

Get the matcher to use for each argument.
public matcher ( ) : Eloquent\Phony\Matcher\Matcher
Результат Eloquent\Phony\Matcher\Matcher The matcher.
    public function matcher()
    {
        return $this->matcher;
    }