1 | <?php |
||
7 | class JsUtils extends \Ajax\JsUtils{ |
||
8 | public function getUrl($url){ |
||
13 | |||
14 | public function addViewElement($identifier,$content,$view){ |
||
21 | |||
22 | public function createScriptVariable($view,$view_var, $output){ |
||
25 | |||
26 | public function forward($initialControllerInstance,$controllerName,$actionName,$params=NULL){ |
||
34 | |||
35 | public function renderContent($initialControllerInstance,$viewName, $params=NULL) { |
||
38 | |||
39 | public function fromDispatcher($dispatcher){ |
||
43 | } |
When comparing two booleans, it is generally considered safer to use the strict comparison operator.