copyAccountProfiles
delAccountProfile
getAccountProfiles
loadAccountProfile
saveAccountProfile
copyAccountProfiles(array $accountProfiles, String $scope, array $dests) : boolean
array
account profile names
String
account scope
array
destinations
boolean
operation succeededdelAccountProfile(string $file, string $scope) : boolean
string
name of profile (Without .
string
account type
boolean
true if profile was deletedgetAccountProfiles(string $scope, string $profile) : array
string
account type
string
server profile name
array
profile namesloadAccountProfile(string $profile, string $scope) : array
string
name of the profile (without .
string
account type
array
hash array (attribute => value)saveAccountProfile(array $attributes, string $profile, string $scope) : boolean
file is created, if needed
array
hash array (attribute => value)
string
name of the account profile (without .
string
account type
boolean
true, if saving succeeded