1: <?php
2: namespace{
3: class TempFile extends Sphp\tools\TempFile { }
4: class Control extends Sphp\tools\Control { }
5: /**
6: * Use getAppURL rather then this
7: * @deprecated since version 4.8.4
8: */
9: function getAppPath($ControllerName,$extra="",$newbasePath="",$blnSesID=false){}
10: /**
11: * Use getThisURL rather then this
12: * @deprecated since version 4.8.4
13: */
14: function getThisPath($extra="",$blnSesID=false){}
15: /**
16: * Use getEventURL rather then this
17: * @deprecated since version 4.8.4
18: */
19: function getEventPath($eventName,$evtp="",$ControllerName="",$extra="",$newbasePath="",$blnSesID=false){}
20: /**
21: * Generate URL for a Controller
22: * @param string $ControllerName controller like index
23: * @param string $extra <P> Extra query string in URL
24: * $extra = 'test=1&mpid=13'
25: * </p>
26: * @param string $newbasePath <p> new domain url
27: * $newbasePath = 'https://domain.com/test
28: * </p>
29: * @param boolean $blnSesID Add session id default false
30: * @return string
31: */
32: function getAppURL($ControllerName,$extra="",$newbasePath="",$blnSesID=false){}
33: /**
34: * Generate URL for Current Application
35: * @param string $extra <P> Extra query string in URL
36: * $extra = 'test=1&mpid=13'
37: * </p>
38: * @param boolean $blnSesID Add session id default false
39: * @return string
40: */
41: function getThisURL($extra="",$blnSesID=false){}
42: /**
43: * Generate URL for a Event of Application
44: * @param string $eventName <p> Name of Event
45: * class index extends Sphp\tools\BasicApp{
46: * public function page_event_test($evtp){
47: *
48: * }
49: * }
50: * $eventName = test
51: * $controllerName = index
52: * Registered Application = apps/index.app
53: * </p>
54: * @param string $evtp Event Parameter pass to URL
55: * @param string $ControllerName controller like index
56: * @param string $extra <P> Extra query string in URL
57: * $extra = 'test=1&mpid=13'
58: * </p>
59: * @param string $newbasePath <p> new domain url
60: * $newbasePath = 'https://domain.com/test
61: * </p>
62: * @param boolean $blnSesID Add session id default false
63: * @return string
64: */
65: function getEventURL($eventName,$evtp="",$ControllerName="",$extra="",$newbasePath="",$blnSesID=false){}
66: function getCurrentRequest(){}
67: function isRegisterCurrentRequest(){}
68: function registerCurrentRequest($apppath,$s_namespace="",$permtitle="",$permlist=null){}
69: function registerCurrentController($ctrl){}
70: function registerApp($ctrl,$apppath,$s_namespace="",$permtitle="",$permlist=null){}
71: function isRegisterApp($ctrl){}
72: function setSession($lType,$uid1){}
73: function destSession(){}
74: function addFileLink($fileURL,$renderonce=false,$aname="",$ext="",$ver="0",$assets=array()){}
75: function updateFileLink($fileURL,$renderonce=false,$aname="",$ext="",$ver="0",$assets=array()){}
76: function removeFileLink($fileURL,$renderonce=false,$aname="",$ext=""){}
77: function addFileLinkCode($name,$code,$renderonce=false){}
78: function issetFileLink($filename, $ext, $renderonce = false) {}
79: function isHeaderJSFunctionExist($funname, $rendertype = "private") {}
80: function isFooterJSFunctionExist($funname, $rendertype = "private") {}
81: function addHeaderJSFunction($funname, $startcode, $endcode, $renderonce = false) {}
82: function addFooterJSFunction($funname, $startcode, $endcode, $renderonce = false) {}
83: function addHeaderJSFunctionCode($funname, $name, $code, $renderonce = false) {}
84: function addFooterJSFunctionCode($funname, $name, $code, $renderonce = false) {}
85: function addHeaderJSCode($name, $code, $renderonce = false) {}
86: function addHeaderCSS($name, $code, $renderonce = false) {}
87: function addFooterJSCode($name, $code, $renderonce = false) {}
88: function getHeaderHTML($htmltag=true,$global=true,$blockJSCode = 0){}
89: function getFooterHTML($htmltag = true, $global = true,$blockJSCode = 0) {}
90: function traceError($blnDontJS = false) {}
91: function setErr($name, $msg) {}
92: function getCheckErr() {}
93: function unsetCheckErr() {}
94: function getErrMsg($name) {}
95: function traceMsg($blnDontJS = false) {}
96: function setMsg($name, $msg) {}
97: function getMsg($name) {}
98: function traceErrorInner($blnDontJS = false) {}
99: function setErrInner($name, $msg) {}
100: function getErrMsgInner($name) {}
101: function setFrontPlacePath($frontname, $basepath, $secname = "left", $type = "TempFile") {}
102: function removeFrontPlace($frontname, $secname = "left") {}
103: function addFrontPlace($frontname, $filepath = "", $secname = "left", $type = "TempFile") {}
104: function getFrontPlace($frontname, $secname = "left") {}
105: function runFrontPlace($frontname, $secname = "left") {}
106: function renderFrontPlace($frontname, $secname = "left") {}
107: function runFrontSection($secname = "left") {}
108: function addrunFrontSection($secname = "left") {}
109: function ListNotrenderFrontSection($secname = "left") {}
110: function renderFrontSection($secname = "left") {}
111: function encrypt($string, $key = "BA007231") {}
112: function decrypt($string, $key = "BA007231") {}
113: function endec($str, $ky = "CD098ABA") {}
114: function is_valid_num($val,$datatype){}
115: function is_valid_email($email){}
116: function executePHPScript($strPHPScript) {}
117: function executePHPCode($strPHPCode,$blnNoGlobal=true) {}
118: function executePHP($strPHPCode) {}
119: function executePHPGlobal($strPHPCode) {}
120: function executePHPFunc($strPHPCode) {}
121: function getKeyword(){}
122: function genAutoText($para,$paraRepeated=1,$startIndex=1){}
123: function stopOutput(){}
124: }
125: