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
Return values
int —comparison result