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