コード例 #1
0
ファイル: essb-options.php プロジェクト: ajay786singh/emc
 public static function get_instance()
 {
     if (null == self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }