예제 #1
0
파일: Chart.php 프로젝트: relwell/Altamira
 /**
  * Returns any inline scripts stored by the jsWriter during configuration
  * @return array
  */
 public function getScript()
 {
     return $this->jsWriter->getScript();
 }