コード例 #1
0
ファイル: wpinventory.api.class.php プロジェクト: RA2WP/RA2WP
 public static function getInstance()
 {
     if (empty(self::$instance)) {
         self::$instance = new self();
     }
     return self::$instance;
 }