示例#1
0
 /**
  * @return HMBKP_Notices
  */
 public static function get_instance()
 {
     if (!self::$_instance instanceof HMBKP_Notices) {
         self::$_instance = new HMBKP_Notices();
     }
     return self::$_instance;
 }