示例#1
0
 static function getInstance()
 {
     if (self::$uniqueIstance == null) {
         self::$uniqueIstance = new self();
     }
     return self::$uniqueIstance;
 }