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