Beispiel #1
0
 /**
  * @param Parameter $parameter
  * @return mixed
  * @throws \Exception
  */
 protected function getOptions(Parameter $parameter)
 {
     return $this->identifiers->getIdentifiers($this->getType($parameter)->getTarget());
 }