You are here

public function TestMemberMetadata::getPropertyValue in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Tests/Mapping/MemberMetadataTest.php \Symfony\Component\Validator\Tests\Mapping\TestMemberMetadata::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.

Overrides PropertyMetadataInterface::getPropertyValue

File

vendor/symfony/validator/Tests/Mapping/MemberMetadataTest.php, line 112

Class

TestMemberMetadata

Namespace

Symfony\Component\Validator\Tests\Mapping

Code

public function getPropertyValue($object) {
}