protected function TestMemberMetadata::newReflectionMember in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Tests/Mapping/MemberMetadataTest.php \Symfony\Component\Validator\Tests\Mapping\TestMemberMetadata::newReflectionMember()
Creates a new reflection instance for accessing the member's value.
Must be implemented by subclasses.
Parameters
object|string $objectOrClassName The object or the class name:
Return value
\ReflectionMethod|\ReflectionProperty The reflection instance
Overrides MemberMetadata::newReflectionMember
File
- vendor/
symfony/ validator/ Tests/ Mapping/ MemberMetadataTest.php, line 116
Class
Namespace
Symfony\Component\Validator\Tests\MappingCode
protected function newReflectionMember($object) {
}