Ejemplo n.º 1
0
 public static function initMountManager()
 {
     if (!self::$mounts) {
         self::$mounts = \OC::$server->getMountManager();
     }
 }
Ejemplo n.º 2
0
 public static function initMounts()
 {
     if (!self::$mounts) {
         self::$mounts = new Mount\Manager();
     }
 }