LDAP Account Manager

pdfmain.php

Table of Contents

importStructures()  : htmlStatusMessage
Imports the selected PDF structures.
exportStructures()  : htmlStatusMessage
Exports the selected account profile.

Functions

importStructures()

Imports the selected PDF structures.

importStructures(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

exportStructures()

Exports the selected account profile.

exportStructures(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

Search results