| 1: | <?php |
| 2: | namespace Sphp\tools{ |
| 3: | /** |
| 4: | * Description of SphpGate |
| 5: | * |
| 6: | * @author Sartaj Singh |
| 7: | */ |
| 8: | class SphpGate { |
| 9: | protected function _triggerGateEvent() {} |
| 10: | public function startQuickResponse() {} |
| 11: | public function createFrontFile($filepath,$prefix="") {} |
| 12: | protected function _fixCompEventHandlers($frontobj) {} |
| 13: | public function setServerSentEvent($eventurl) {} |
| 14: | public function createWebWorker($jsfunname,$jsfileurl) {} |
| 15: | protected function _genSJSCode($eventname, $ajaxname) {} |
| 16: | } |
| 17: | } |
| 18: |