You are here

protected function TestMemberMetadata::newReflectionMember in Plug 7

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

lib/Symfony/validator/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php, line 107

Class

TestMemberMetadata

Namespace

Symfony\Component\Validator\Tests\Mapping

Code

protected function newReflectionMember($object) {
}