|
|
@@ -68,14 +68,14 @@ class Services
|
|
|
* @param string $type
|
|
|
* @return CreateAccount|CreateAccountCos|CreateAccountCosQuota
|
|
|
*/
|
|
|
- public function createAccount($type = ClassOfServices::CUSTOM_ZIMBRA)
|
|
|
+ public function createAccount($type = ClassOfServices::CUSTOM_KERIO)
|
|
|
{
|
|
|
switch ($type)
|
|
|
{
|
|
|
- case ClassOfServices::CUSTOM_ZIMBRA:
|
|
|
+ case ClassOfServices::CUSTOM_KERIO:
|
|
|
$service = new CreateAccount($this->getApi());
|
|
|
break;
|
|
|
- case ClassOfServices::ZIMBRA_CONFIG_OPTIONS:
|
|
|
+ case ClassOfServices::KERIO_CONFIG_OPTIONS:
|
|
|
$service = new CreateAccountCosQuota($this->getApi());
|
|
|
break;
|
|
|
case ClassOfServices::CLASS_OF_SERVICE_QUOTA:
|
|
|
@@ -146,14 +146,14 @@ class Services
|
|
|
*
|
|
|
* @return ChangePackage
|
|
|
*/
|
|
|
- public function changePackages($type = ClassOfServices::CUSTOM_ZIMBRA)
|
|
|
+ public function changePackages($type = ClassOfServices::CUSTOM_KERIO)
|
|
|
{
|
|
|
switch ($type)
|
|
|
{
|
|
|
- case ClassOfServices::CUSTOM_ZIMBRA:
|
|
|
+ case ClassOfServices::CUSTOM_KERIO:
|
|
|
$service = new ChangePackage($this->getApi());
|
|
|
break;
|
|
|
- case ClassOfServices::ZIMBRA_CONFIG_OPTIONS:
|
|
|
+ case ClassOfServices::KERIO_CONFIG_OPTIONS:
|
|
|
$service = new ChangePackageConfigOptions($this->getApi());
|
|
|
break;
|
|
|
case ClassOfServices::CLASS_OF_SERVICE_QUOTA:
|
|
|
@@ -173,14 +173,14 @@ class Services
|
|
|
* @param string $type
|
|
|
* @return UpdateAccount|UpdateAccountCosQuota
|
|
|
*/
|
|
|
- public function updateAccount($type = ClassOfServices::CUSTOM_ZIMBRA)
|
|
|
+ public function updateAccount($type = ClassOfServices::CUSTOM_KERIO)
|
|
|
{
|
|
|
switch ($type)
|
|
|
{
|
|
|
- case ClassOfServices::CUSTOM_ZIMBRA:
|
|
|
+ case ClassOfServices::CUSTOM_KERIO:
|
|
|
$service = new UpdateAccount($this->getApi());
|
|
|
break;
|
|
|
- case ClassOfServices::ZIMBRA_CONFIG_OPTIONS:
|
|
|
+ case ClassOfServices::KERIO_CONFIG_OPTIONS:
|
|
|
$service = new UpdateAccount($this->getApi());
|
|
|
break;
|
|
|
case ClassOfServices::CLASS_OF_SERVICE_QUOTA:
|