getReflected() public method

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