%PDF- %PDF-
Direktori : /home/ugotscom/kma/vendor/botman/botman/src/Interfaces/Middleware/ |
Current File : /home/ugotscom/kma/vendor/botman/botman/src/Interfaces/Middleware/Matching.php |
<?php namespace BotMan\BotMan\Interfaces\Middleware; use BotMan\BotMan\Messages\Incoming\IncomingMessage; interface Matching { /** * @param IncomingMessage $message * @param string $pattern * @param bool $regexMatched Indicator if the regular expression was matched too * @return bool */ public function matching(IncomingMessage $message, $pattern, $regexMatched); }