コード例 #1
0
ファイル: EUtility.class.php プロジェクト: KDE/ocs-server
 /**
  * DEPRECATED
  * moved to EPageProperties
  * kept this for retrocompatibility
  * use EPageProperties
  */
 public static function get_domain($domain, $debug = false)
 {
     return EPageProperties::get_domain($domain, $debug);
 }