public function TestMemberMetadata::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.
Overrides PropertyMetadataInterface::getPropertyValue
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ Mapping/ MemberMetadataTest.php, line 103
Class
Namespace
Symfony\Component\Validator\Tests\MappingCode
public function getPropertyValue($object) {
}