Crummy\Phlack\Common\Matcher\DefaultMatcher::matches PHP Метод

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

public matches ( Crummy\Phlack\WebHook\CommandInterface $command ) : boolean
$command Crummy\Phlack\WebHook\CommandInterface
Результат boolean
    public function matches(CommandInterface $command)
    {
        return true;
    }
DefaultMatcher