1: <?php
2: namespace Sphp\tools{
3: /**
4: * Description of Psjs
5: *
6: * @author Sartaj Singh
7: */
8: class Psjs {
9: public $strdata = "";
10: public $strlen = -1;
11: public $file_arr = array();
12: public function parseJavascript() {}
13: public function parseJavascriptBlock($start, $find_start, $find_end) {}
14: public function fixCompEventHandlers($tempobj) {}
15: public function processSJSEvent() {}
16: public function processSJSFunction($jsstate, $jsfunname, $obj_method) {}
17: public function sendJs($fun, $jsfun, $funtype = false) {}
18: public function addJSFunction($jsfun) {}
19: public function genSJSCode($eventname, $ajaxname) {}
20: }
21: }