function PropertyMetadataInterface::getPropertyValue
Extracts the value of the property from the given container.
2 methods override PropertyMetadataInterface::getPropertyValue()
- GetterMetadata::getPropertyValue in vendor/
symfony/ validator/ Mapping/ GetterMetadata.php - Extracts the value of the property from the given container.
- PropertyMetadata::getPropertyValue in vendor/
symfony/ validator/ Mapping/ PropertyMetadata.php - Extracts the value of the property from the given container.
File
-
vendor/
symfony/ validator/ Mapping/ PropertyMetadataInterface.php, line 40
Class
- PropertyMetadataInterface
- Stores all metadata needed for validating the value of a class property.
Namespace
Symfony\Component\Validator\MappingCode
public function getPropertyValue(mixed $containingValue) : mixed;