renderScriptBlocksCallback() public static method

Renders a list of javascript code
public static renderScriptBlocksCallback ( $scripts ) : string
return string rendering result
Ejemplo n.º 1
0
 /**
  * @param THtmlWriter writer for the rendering purpose
  */
 public function renderEndScriptsCallback($writer)
 {
     $writer->write(TJavaScript::renderScriptBlocksCallback($this->_endScripts));
 }