%PDF- %PDF-
Direktori : /home/ugotscom/kma/vendor/botman/botman/src/Interfaces/ |
Current File : /home/ugotscom/kma/vendor/botman/botman/src/Interfaces/WebAccess.php |
<?php namespace BotMan\BotMan\Interfaces; interface WebAccess { /** * Get the instance as a web accessible array. * This will be used within the WebDriver. * * @return array */ public function toWebDriver(); }