LDAP Account Manager

conftypes.php

Table of Contents

checkTypeInput()  : array<int, array<string|int, string>>
Checks user input and saves the entered settings.
compareTypesByAlias()  : int
Compares types by alias for sorting.

Functions

checkTypeInput()

Checks user input and saves the entered settings.

checkTypeInput(LAMConfig $conf) : array<int, array<string|int, string>>
Parameters
$conf : LAMConfig

config

Return values
array<int, array<string|int, string>>

list of errors

compareTypesByAlias()

Compares types by alias for sorting.

compareTypesByAlias(baseType $a, baseType $b) : int
Parameters
$a : baseType

first type

$b : baseType

second type

Return values
int

comparison result

Search results