First Batch TM Callbacks

Gonna work on the others
This commit is contained in:
W1lla van den Munckhof
2017-03-29 13:28:32 +02:00
parent 6ab53508fb
commit 498237491f
9 changed files with 554 additions and 17 deletions

View File

@ -44,7 +44,6 @@ class LibXmlRpcCallbacks implements CallbackListener {
* @param mixed $data
*/
public function handleScriptCallback($name, $data) {
var_dump($name);
if (!$this->maniaControl->getCallbackManager()->callbackListeningExists($name)) {
//return; //Leave that disabled while testing/implementing Callbacks
}