delAccountProfile(string $file, string $scope) : boolean
string
name of profile (Without .
string
account type
boolean
true if profile was deletedgetAccountProfiles(string $scope) : array
string
account type
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