createForElement() public méthode

public createForElement ( ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface | string $element ) : string | null
$element ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface | string
Résultat string | null
 /**
  * @return string
  */
 public function elementUrl(ElementReflectionInterface $element)
 {
     return $this->elementUrlFactory->createForElement($element);
 }
 /**
  * @return string
  */
 public function elementUrl(ReflectionElement $element)
 {
     return $this->elementUrlFactory->createForElement($element);
 }