Ejemplo n.º 1
0
 /**
  * @return jpWotApp
  */
 public static function getInstance()
 {
     if (self::$_appInstance === null) {
         self::$_appInstance = new self();
     }
     return self::$_appInstance;
 }