예제 #1
0
 /**
  * Get the instane of VC_Manager
  *
  * @return self
  */
 public static function getInstance()
 {
     if (!self::$_instance instanceof self) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }
예제 #2
0
 function asp_updates()
 {
     return asp_updates::getInstance();
 }