You are here

public function TestObjectMetadata::getReflectionClass in Plug 7

Gets the ReflectionClass instance for this mapped class.

Return value

\ReflectionClass

Overrides ClassMetadata::getReflectionClass

File

lib/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php, line 187

Class

TestObjectMetadata

Namespace

Doctrine\Tests\Common\Persistence

Code

public function getReflectionClass() {
  return new \ReflectionClass($this
    ->getName());
}