Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
botman
/
botman
/
src
/
Drivers
/
Events
Location:
/home/zoteqbgb/public_html/vendor/botman/botman/src/Drivers/Events
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: GenericEvent.php
<?php namespace BotMan\BotMan\Drivers\Events; use BotMan\BotMan\Interfaces\DriverEventInterface; class GenericEvent implements DriverEventInterface { protected $payload; protected $name; /** * @param $payload */ public function __construct($payload) { $this->payload = $payload; } /** * Return the event name to match. * * @return string */ public function getName() { return $this->name; } /** * Return the event payload. * * @return mixed */ public function getPayload() { return $this->payload; } /** * @param string $name */ public function setName($name) { $this->name = $name; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
GenericEvent.php
758 bytes
0644
2024-12-20 17:50
âï¸
ðï¸
Rename
Chang
Apply