Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/options-resolver
Yannick Warnier ea275aec7f Add static resources and remove tests dir for 1.10.8 release 9 years ago
..
Exception Add static resources and remove tests dir for 1.10.8 release 9 years ago
Tests Add static resources and remove tests dir for 1.10.8 release 9 years ago
.gitignore Add static resources and remove tests dir for 1.10.8 release 9 years ago
CHANGELOG.md Add static resources and remove tests dir for 1.10.8 release 9 years ago
LICENSE Add static resources and remove tests dir for 1.10.8 release 9 years ago
Options.php Add static resources and remove tests dir for 1.10.8 release 9 years ago
OptionsResolver.php Add static resources and remove tests dir for 1.10.8 release 9 years ago
OptionsResolverInterface.php Add static resources and remove tests dir for 1.10.8 release 9 years ago
README.md Add static resources and remove tests dir for 1.10.8 release 9 years ago
composer.json Add static resources and remove tests dir for 1.10.8 release 9 years ago
phpunit.xml.dist Add static resources and remove tests dir for 1.10.8 release 9 years ago

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