Esempio n. 1
0
 /**
  * Get list of parameters for class method
  *
  * @param string $type
  * @param string $method
  * @return array|null
  */
 public function getParameters($type, $method)
 {
     return $this->_factory->getParameters($type, $method);
 }