Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/serializer/Mapping/ClassMetadata.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 | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
17 * @author Kévin Dunglas <dunglas@gmail.com> | 17 * @author Kévin Dunglas <dunglas@gmail.com> |
18 */ | 18 */ |
19 class ClassMetadata implements ClassMetadataInterface | 19 class ClassMetadata implements ClassMetadataInterface |
20 { | 20 { |
21 /** | 21 /** |
22 * @var string | |
23 * | |
24 * @internal This property is public in order to reduce the size of the | 22 * @internal This property is public in order to reduce the size of the |
25 * class' serialized representation. Do not access it. Use | 23 * class' serialized representation. Do not access it. Use |
26 * {@link getName()} instead. | 24 * {@link getName()} instead. |
27 */ | 25 */ |
28 public $name; | 26 public $name; |