|
@@ -19,9 +19,26 @@ class ClassOfServices extends AbstractAction
|
|
|
|
|
|
|
|
public function getAllCos()
|
|
public function getAllCos()
|
|
|
{
|
|
{
|
|
|
|
|
+
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'zimbraEmail',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $this,
|
|
|
|
|
+ "Debug5",
|
|
|
|
|
+ "calling GetAllCosRequest"
|
|
|
|
|
+ );
|
|
|
|
|
+
|
|
|
$result = $this->connection->request("GetAllCosRequest");
|
|
$result = $this->connection->request("GetAllCosRequest");
|
|
|
$body = $result->getResponseBody();
|
|
$body = $result->getResponseBody();
|
|
|
|
|
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'zimbraEmail',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $this,
|
|
|
|
|
+ "Debug6",
|
|
|
|
|
+ $result
|
|
|
|
|
+ );
|
|
|
|
|
+
|
|
|
return $body['GETALLCOSRESPONSE']['COS'];
|
|
return $body['GETALLCOSRESPONSE']['COS'];
|
|
|
|
|
|
|
|
}
|
|
}
|