예제 #1
0
파일: Xajax.php 프로젝트: lagdo/xajax-core
 /**
  * Return the javascript header code and file includes
  *
  * @return string
  */
 public function getJs()
 {
     return $this->xPluginManager->getJs();
 }