getParams() 공개 메소드

Get the parameters we want to resolve against
public getParams ( ) : array
리턴 array $params Associative array of parameters
 /**
  * Test the resolver contructor
  */
 public function testConstructor()
 {
     $this->assertEquals($this->class, $this->resolver->getReflected()->getName());
     $this->assertEquals($this->params, $this->resolver->getParams());
 }