Ejemplo n.º 1
0
 /**
  * [get_instance description]
  * @return nc_ui [description]
  */
 public static function get_instance()
 {
     if (is_null(self::$obj)) {
         self::$obj = new self();
     }
     return self::$obj;
 }