Quellcode durchsuchen

Bugfix: add updateRessourceStatus function

andre vor 2 Jahren
Ursprung
Commit
a092f21f39
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  1. 10 0
      app/Libs/Zimbra/Components/Api/Soap/Services.php

+ 10 - 0
app/Libs/Zimbra/Components/Api/Soap/Services.php

@@ -212,6 +212,16 @@ class Services
         return new UpdateRessource($this->getApi());
         return new UpdateRessource($this->getApi());
     }
     }
 
 
+    /**
+     * update ressource status
+     *
+     * @return UpdateRessourceStatus
+     */
+    public function updateRessourceStatus()
+    {
+        return new UpdateRessourceStatus($this->getApi());
+    }
+
     /**
     /**
      * change password service
      * change password service
      *
      *