コード例 #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();
 }