Ejemplo n.º 1
0
 /**
  *
  * @return ownuniverse
  */
 public static function getinstance()
 {
     if (!self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }