Ejemplo n.º 1
0
 /**
  * @return string
  */
 private function getFunctionFqnName(FunctionReflectionInterface $reflection)
 {
     return $reflection->getNamespaceName() . '\\' . $reflection->getName();
 }
Ejemplo n.º 2
0
 /**
  * @return string
  */
 public function createForFunction(FunctionReflectionInterface $function)
 {
     return sprintf($this->configuration->getOption(CO::TEMPLATE)['templates']['function']['filename'], Filters::urlize($function->getName()));
 }