Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Valider dynamiquement de la donnée avec Symfony

Valider dynamiquement de la donnée avec Symfony

Symfony Live Paris - Avril 2022

Marion Hurteau

April 07, 2022
Tweet

More Decks by Marion Hurteau

Other Decks in Programming

Transcript

  1. 5

  2. Il en existe beaucoup ! Email, Regex Url, Hostname, Ip

    CssColor NotCompromisedPassword 12
  3. Il en existe beaucoup ! Date, DateTime, Time, Timezone Choice

    Language, Locale, Country File, Image 13
  4. Il en existe beaucoup ! Bic, Ibn, CardScheme Isbn, Issn,

    Isin All, AtLeastOneOf, Sequentially 14
  5. 62

  6. 74

  7. TL;DR: 👉 Validez ! ✨ $context->getValidator()->inContext($context) 👉 Contrainte externe :

    - Maintenable - Testable - Réutilisable 👉 _instanceof & !tagged_locator - + default_index_method 76