You are here

protected function TestMemberMetadata::newReflectionMember in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

TestMemberMetadata

Namespace

Symfony\Component\Validator\Tests\Mapping

Code

protected function newReflectionMember($object) {
}