1: <?php
2: namespace Sphp\tools{
3: /**
4: * Description of SphpApp
5: *
6: * @author Sartaj Singh
7: */
8: class SphpApp {
9: public function registerTemp($tempobj) {}
10: public function triggerAppEvent() {}
11: public function startQuickResponse() {}
12: public function createTempFile($filepath,$prefix="") {}
13: public function fixCompEventHandlers($tempobj) {}
14: public function setServerSentEvent($eventurl) {}
15: public function createWebWorker($jsfunname,$jsfileurl) {}
16: public function genSJSCode($eventname, $ajaxname) {}
17: }
18: }
19: