コード例 #1
0
ファイル: Xajax.php プロジェクト: lagdo/xajax-core
 /**
  * Return the javascript header code and file includes
  *
  * @return string
  */
 public function getJs()
 {
     return $this->xPluginManager->getJs();
 }