Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
botman
/
botman
/
src
/
Messages
/
Matching
Location:
/home/zoteqbgb/public_html/vendor/botman/botman/src/Messages/Matching
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: MatchingMessage.php
<?php namespace BotMan\BotMan\Messages\Matching; use BotMan\BotMan\Commands\Command; use BotMan\BotMan\Messages\Incoming\IncomingMessage; class MatchingMessage { /** @var Command */ protected $command; /** @var IncomingMessage */ protected $message; /** @var array */ private $matches; /** * MatchingMessage constructor. * @param Command $command * @param IncomingMessage $message * @param array $matches */ public function __construct(Command $command, IncomingMessage $message, array $matches) { $this->command = $command; $this->message = $message; $this->matches = $matches; } /** * @return Command */ public function getCommand(): Command { return $this->command; } /** * @return \BotMan\BotMan\Messages\Incoming\IncomingMessage */ public function getMessage(): IncomingMessage { return $this->message; } /** * @return array */ public function getMatches(): array { return $this->matches; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
MatchingMessage.php
1,098 bytes
0644
2024-12-20 17:50
âï¸
ðï¸
Rename
Chang
Apply