copyAccountProfiles
delAccountProfile
getAccountProfiles
loadAccountProfile
saveAccountProfile
copyAccountProfiles(array $accountProfiles, String $scope, array $dests) : boolean
arrayaccount profile names
Stringaccount scope
arraydestinations
booleanoperation succeededdelAccountProfile(string $file, string $scope) : boolean
stringname of profile (Without .
stringaccount type
booleantrue if profile was deletedgetAccountProfiles(string $scope, string $profile) : array
stringaccount type
stringserver profile name
arrayprofile namesloadAccountProfile(string $profile, string $scope) : array
stringname of the profile (without .
stringaccount type
arrayhash array (attribute => value)saveAccountProfile(array $attributes, string $profile, string $scope) : boolean
file is created, if needed
arrayhash array (attribute => value)
stringname of the account profile (without .
stringaccount type
booleantrue, if saving succeeded