예제 #1
0
 static function GetInstance()
 {
     if (self::$instance == NULL) {
         self::$instance = new Invitation();
     }
     return self::$instance;
 }
예제 #2
0
 public static function GetInstance()
 {
     if (self::$instance == null) {
         self::$instance = new self();
     }
     return self::$instance;
 }