You are here

public function ClassMetadata::getReflectionClass in Plug 7

Same name in this branch
  1. 7 lib/Symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php \Symfony\Component\Validator\Mapping\ClassMetadata::getReflectionClass()
  2. 7 lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php \Doctrine\Common\Persistence\Mapping\ClassMetadata::getReflectionClass()

Gets the ReflectionClass instance for this mapped class.

Return value

\ReflectionClass

2 methods override ClassMetadata::getReflectionClass()
LazyLoadableObjectClassMetadata::getReflectionClass in lib/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObjectClassMetadata.php
Gets the ReflectionClass instance for this mapped class.
TestObjectMetadata::getReflectionClass in lib/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
Gets the ReflectionClass instance for this mapped class.

File

lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php, line 53

Class

ClassMetadata
Contract for a Doctrine persistence layer ClassMetadata class to implement.

Namespace

Doctrine\Common\Persistence\Mapping

Code

public function getReflectionClass();