getReflectionClass() public method

Gets the ReflectionClass instance for this mapped class.
public getReflectionClass ( ) : ReflectionClass
return ReflectionClass
コード例 #1
0
ファイル: ClassMetadataTest.php プロジェクト: doctrine/search
 public function testGetReflectionClass()
 {
     $this->assertInstanceOf('ReflectionClass', $this->classMetadata->getReflectionClass());
 }