This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/OptionsResolver
2018-10-10 04:12:11 -07:00
..
Debug Show deprecated options definition on debug:form command 2018-09-04 09:37:57 -04:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Tests feature #27291 [OptionsResolver] Added support for nesting options definition (yceruto) 2018-10-10 04:11:23 -07:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Added support for nested options definition 2018-09-12 10:09:59 -04:00
composer.json updated version to 4.2 2018-05-07 16:51:25 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
Options.php Php Inspections (EA Extended) - static code analysis includes: 2015-03-07 20:12:23 +01:00
OptionsResolver.php removed unneeded comments 2018-10-10 04:12:11 -07:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Fixed readme of OptionsResolver 2016-05-06 22:13:08 +02:00

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