Default
Interfaces, Classes and Traits
- Zm_Account
- Zm_Account is a class which allows to manage Kerio accounts via SOAP
- Zm_Auth
- Zm_Auth is a class which allows to connect to the Kerio admin or user space via SOAP
- Zm_Domain
- Zm_Domain is a class which allows to manage Kerio domains via SOAP
- Zm_Server
- Zm_Server is a class which allows to manage Kerio servers via SOAP
- Zm_User
- Zm_User is a class which allows a Kerio user to manage its own account via SOAP
- xml2Array
Table of Contents
-
getSoapAttribute()
: mixed
-
print_exception()
: mixed
-
print_var()
: mixed
-
parse_args()
: mixed
-
isAccountId()
: mixed
-
isAccountName()
: mixed
-
getAccountType()
: mixed
-
isDomainId()
: mixed
-
isDomainName()
: mixed
-
getDomainType()
: mixed
-
isServerId()
: mixed
-
isServerName()
: mixed
-
getServerType()
: mixed
getSoapAttribute()
getSoapAttribute(mixed $allAttrs, mixed $attrName[, mixed $multisingle = ATTR_SINGLEVALUE ]) : mixed
Parameters
-
$allAttrs
: mixed
-
-
$attrName
: mixed
-
-
$multisingle
: mixed
= ATTR_SINGLEVALUE
-
print_exception()
print_exception(mixed $ex) : mixed
Parameters
-
$ex
: mixed
-
print_var()
print_var(mixed $var[, mixed $titre = "" ]) : mixed
Parameters
-
$var
: mixed
-
-
$titre
: mixed
= ""
-
parse_args()
parse_args(mixed $argv) : mixed
Parameters
-
$argv
: mixed
-
isAccountId()
isAccountId(mixed $str) : mixed
Parameters
-
$str
: mixed
-
isAccountName()
isAccountName(mixed $str) : mixed
Parameters
-
$str
: mixed
-
getAccountType()
getAccountType(mixed $str) : mixed
Parameters
-
$str
: mixed
-
isDomainId()
isDomainId(mixed $str) : mixed
Parameters
-
$str
: mixed
-
isDomainName()
isDomainName(mixed $str) : mixed
Parameters
-
$str
: mixed
-
getDomainType()
getDomainType(mixed $str) : mixed
Parameters
-
$str
: mixed
-
isServerId()
isServerId(mixed $str) : mixed
Parameters
-
$str
: mixed
-
isServerName()
isServerName(mixed $str) : mixed
Parameters
-
$str
: mixed
-
getServerType()
getServerType(mixed $str) : mixed
Parameters
-
$str
: mixed
-