Make available field retrieval be generated through an object

phpcs-errors:221 phpunit-status:successful phpstan-errors:677
This commit is contained in:
2020-10-31 01:28:03 +01:00
committed by Stefan Rohde-Enslin
parent 3ae471675d
commit 733241be47
6 changed files with 1660 additions and 1626 deletions

View File

@ -15,6 +15,7 @@ const TL_FILE_DIRS = [
];
const AUTOLOAD_DIRS = [
__DIR__ . "/../classes",
__DIR__ . "/../classes/MDTlLoader/src",
__DIR__ . "/../classes/MD_STD",
__DIR__ . "/../classes/MDAllowedValueSets/src",