コード例 #1
0
 public static function getInstance()
 {
     if (!isset(self::$Instance)) {
         self::$Instance = new self();
     }
     return self::$Instance;
 }