Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/validator/ObjectInitializerInterface.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
12 namespace Symfony\Component\Validator; | 12 namespace Symfony\Component\Validator; |
13 | 13 |
14 /** | 14 /** |
15 * Prepares an object for validation. | 15 * Prepares an object for validation. |
16 * | 16 * |
17 * Concrete implementations of this interface are used by {@link ValidationVisitorInterface} | 17 * Concrete implementations of this interface are used by {@link Validator\ContextualValidatorInterface} |
18 * to initialize objects just before validating them. | 18 * to initialize objects just before validating them. |
19 * | 19 * |
20 * @author Fabien Potencier <fabien@symfony.com> | 20 * @author Fabien Potencier <fabien@symfony.com> |
21 * @author Bernhard Schussek <bschussek@gmail.com> | 21 * @author Bernhard Schussek <bschussek@gmail.com> |
22 */ | 22 */ |