Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 631 B

il y a 4 ans
123456789101112131415
  1. OptionsResolver Component
  2. =========================
  3. The OptionsResolver component is `array_replace` on steroids. It allows you to
  4. create an options system with required options, defaults, validation (type,
  5. value), normalization and more.
  6. Resources
  7. ---------
  8. * [Documentation](https://symfony.com/doc/current/components/options_resolver.html)
  9. * [Contributing](https://symfony.com/doc/current/contributing/index.html)
  10. * [Report issues](https://github.com/symfony/symfony/issues) and
  11. [send Pull Requests](https://github.com/symfony/symfony/pulls)
  12. in the [main Symfony repository](https://github.com/symfony/symfony)