public function PropertyMetadataInterface::getPropertyValue in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/PropertyMetadataInterface.php \Symfony\Component\Validator\PropertyMetadataInterface::getPropertyValue()
Extracts the value of the property from the given container.
Parameters
mixed $containingValue The container to extract the property value from.:
Return value
mixed The value of the property.
3 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.
- TestMemberMetadata::getPropertyValue in vendor/
symfony/ validator/ Tests/ Mapping/ MemberMetadataTest.php - Extracts the value of the property from the given container.
File
- vendor/
symfony/ validator/ PropertyMetadataInterface.php, line 45
Class
- PropertyMetadataInterface
- A container for validation metadata of a property.
Namespace
Symfony\Component\ValidatorCode
public function getPropertyValue($containingValue);