<?php class FrontDesk extends MessageProcessor { public $db; public $intentService; function __construct($botUsername,$botToken,$webhookUrl,$sign,$adminId) { parent::__construct($botUsername,$botToken,$webhookUrl,$sign,$adminId); // $intentService = new IntentService($this); $this->init(); } function init(){ echo "just for init"; } function getDB() { return $this->db; } } ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
bilderbuch | Folder | 2755 |
|
|
callbacks | Folder | 2755 |
|
|
tamasbabot | Folder | 2755 |
|
|
FrontDesk.class.php | File | 455 B | 0755 |
|
FrontdeskDatabase.class.php | File | 64 B | 0755 |
|
loaderfrontdesk.php | File | 172 B | 0755 |
|