Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/validator/Mapping/GetterMetadata.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
31 * @see PropertyMetadataInterface | 31 * @see PropertyMetadataInterface |
32 */ | 32 */ |
33 class GetterMetadata extends MemberMetadata | 33 class GetterMetadata extends MemberMetadata |
34 { | 34 { |
35 /** | 35 /** |
36 * Constructor. | |
37 * | |
38 * @param string $class The class the getter is defined on | 36 * @param string $class The class the getter is defined on |
39 * @param string $property The property which the getter returns | 37 * @param string $property The property which the getter returns |
40 * @param string|null $method The method that is called to retrieve the value being validated (null for auto-detection) | 38 * @param string|null $method The method that is called to retrieve the value being validated (null for auto-detection) |
41 * | 39 * |
42 * @throws ValidatorException | 40 * @throws ValidatorException |