protected function TestMemberMetadata::newReflectionMember

Creates a new Reflection instance for the member

Parameters

object|string $objectOrClassName The object or the class name:

Return value

mixed Reflection class

Overrides MemberMetadata::newReflectionMember

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php, line 80

Class

TestMemberMetadata

Namespace

Symfony\Component\Validator\Tests\Mapping

Code

protected function newReflectionMember($object) {
}