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