You are here

public function PropertyMetadataInterface::getPropertyValue in Plug 7

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 lib/Symfony/validator/Symfony/Component/Validator/Mapping/GetterMetadata.php
Extracts the value of the property from the given container.
PropertyMetadata::getPropertyValue in lib/Symfony/validator/Symfony/Component/Validator/Mapping/PropertyMetadata.php
Extracts the value of the property from the given container.
TestMemberMetadata::getPropertyValue in lib/Symfony/validator/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php
Extracts the value of the property from the given container.

File

lib/Symfony/validator/Symfony/Component/Validator/PropertyMetadataInterface.php, line 46

Class

PropertyMetadataInterface
A container for validation metadata of a property.

Namespace

Symfony\Component\Validator

Code

public function getPropertyValue($containingValue);