Ejemplo n.º 1
0
 /**
  * @return string
  */
 private function getFunctionFqnName(FunctionReflectionInterface $reflection)
 {
     return $reflection->getNamespaceName() . '\\' . $reflection->getName();
 }