profilemain.php
Table of Contents
- importProfiles() : htmlStatusMessage
- Imports the selected account profiles.
- exportProfiles() : htmlStatusMessage
- Exports the selected account profile.
Functions
importProfiles()
Imports the selected account profiles.
importProfiles(string $typeId, array<string|int, mixed> $options, array<string|int, LAMConfig> &$serverProfiles, TypeManager &$typeManager) : htmlStatusMessage
Parameters
- $typeId : string
-
type id
- $options : array<string|int, mixed>
-
options
- $serverProfiles : array<string|int, LAMConfig>
-
server profiles (name => profile object)
- $typeManager : TypeManager
-
type manager
Return values
htmlStatusMessage —message or null
exportProfiles()
Exports the selected account profile.
exportProfiles(string $typeId, string $name, array<string|int, mixed> $options, array<string|int, LAMConfig> &$serverProfiles, TypeManager &$typeManager) : htmlStatusMessage
Parameters
- $typeId : string
-
source type id
- $name : string
-
profile name
- $options : array<string|int, mixed>
-
options
- $serverProfiles : array<string|int, LAMConfig>
-
server profiles (name => profile object)
- $typeManager : TypeManager
-
type manager
Return values
htmlStatusMessage —message or null