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-24 08:06:04 -04: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 Fixed explicitly ignores a depreciation 2018-10-24 08:06:04 -04: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 [OptionsResolver] Trigger deprecation only if the option is used 2018-10-24 05:23:30 +02:00
OptionsResolver.php Fixed explicitly ignores a depreciation 2018-10-24 08:06:04 -04: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