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