getReflected() public méthode

Returns the reflected object
public getReflected ( ) : ReflectionClass
Résultat ReflectionClass
 /**
  * Test the resolver contructor
  */
 public function testConstructor()
 {
     $this->assertEquals($this->class, $this->resolver->getReflected()->getName());
 }