fleetCatalogue/vendor/symfony/options-resolver
ShuriZma 0e79f2b4b6
init commit
git add /vendor
add several models
add vehicle list
2023-10-09 20:33:17 +02:00
..
Debug init commit 2023-10-09 20:33:17 +02:00
Exception init commit 2023-10-09 20:33:17 +02:00
CHANGELOG.md init commit 2023-10-09 20:33:17 +02:00
LICENSE init commit 2023-10-09 20:33:17 +02:00
OptionConfigurator.php init commit 2023-10-09 20:33:17 +02:00
Options.php init commit 2023-10-09 20:33:17 +02:00
OptionsResolver.php init commit 2023-10-09 20:33:17 +02:00
README.md init commit 2023-10-09 20:33:17 +02:00
composer.json init commit 2023-10-09 20:33:17 +02:00

README.md

OptionsResolver Component

The OptionsResolver component is array_replace on steroids. It allows you to create an options system with required options, defaults, validation (type, value), normalization and more.

Resources