コード例 #1
0
ファイル: easy-image-share.php プロジェクト: ajay786singh/emc
 public static function get_root_file()
 {
     if (ESSBIS_Constants::$root_file == null) {
         ESSBIS_Constants::$root_file = __FILE__;
     }
     return ESSBIS_Constants::$root_file;
 }