renderScriptBlocksCallback() 공개 정적인 메소드

Renders a list of javascript code
public static renderScriptBlocksCallback ( $scripts ) : string
리턴 string rendering result
예제 #1
0
 /**
  * @param THtmlWriter writer for the rendering purpose
  */
 public function renderEndScriptsCallback($writer)
 {
     $writer->write(TJavaScript::renderScriptBlocksCallback($this->_endScripts));
 }