Relax\Greppy\Matcher::matches PHP Метод

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

Checks if the subject matches the pattern.
public matches ( Relax\Greppy\Pattern $pattern ) : boolean
$pattern Relax\Greppy\Pattern
Результат boolean
    public function matches(Pattern $pattern);