<?php class CallBackhandler extends BaseMesageSerevice { public $userID; public $messageID; public $data; public $parent; public $actionKey; function execute(){ } function setUserID($userID){ $this->userID = $userID; } function setData($data){ $this->data = $data; } function onSetParent(){} function setParent($parent){ $this->parent = $parent; $this->onSetParent(); } function getParent(){ return $this->parent; } function isFound(){ return true; } public function setActionkey($actionKey){ $this->actionKey = $actionKey; } } ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
photo | Folder | 2755 |
|
|
voice | Folder | 2755 |
|
|
word-examples | Folder | 2755 |
|
|
AbstractCallbackHandler.class.php | File | 671 B | 0755 |
|
CreateAdsCBHandler.class.php | File | 789 B | 0755 |
|
CreateAdsDB.php | File | 932 B | 0644 |
|