Example #1
0
 private static function Instance()
 {
     if (!isset(self::$msInstance)) {
         self::$msInstance = new self();
     }
 }