예제 #1
0
 static function getInstance()
 {
     if (self::$uniqueInstance == NULL) {
         self::$uniqueInstance = new self();
     }
     return self::$uniqueInstance;
 }