getReflectionClass() public method

Gets the ReflectionClass instance for this mapped class.
public getReflectionClass ( ) : ReflectionClass
return ReflectionClass
Ejemplo n.º 1
0
 public function testGetReflectionClass()
 {
     $this->assertInstanceOf('ReflectionClass', $this->classMetadata->getReflectionClass());
 }