createForElement() public method

public createForElement ( ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface | string $element ) : string | null
$element ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface | string
return string | null
コード例 #1
0
 /**
  * @return string
  */
 public function elementUrl(ElementReflectionInterface $element)
 {
     return $this->elementUrlFactory->createForElement($element);
 }
コード例 #2
0
 /**
  * @return string
  */
 public function elementUrl(ReflectionElement $element)
 {
     return $this->elementUrlFactory->createForElement($element);
 }