示例#1
0
文件: Plugin.php 项目: riaf/ethna
 /**
  *  Ethna 本体付属のプラグインのソースを include する
  *  (B.C.) Ethna 2.5.0 perview 5 以降,このメソッドには意味がありません.Ethna_Plugin::import を使ってください
  *
  *  @access public
  *  @param  string  $type   プラグインの種類
  *  @param  string  $name   プラグインの名前
  *  @static
  */
 public static function includeEthnaPlugin($type, $name)
 {
     Ethna_Plugin::import($type, $name);
 }