Ejemplo n.º 1
0
 public static function instance()
 {
     if (!self::$me) {
         self::$me = new SmartTest();
     }
     return self::$me;
 }