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