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

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

public matches ( Relax\Greppy\Pattern $pattern )
$pattern Relax\Greppy\Pattern
    public function matches(Pattern $pattern)
    {
        return (bool) preg_match((string) $pattern, $this->getSubject());
    }