createForElement() 공개 메소드

public createForElement ( ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface | string $element ) : string | null
$element ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface | string
리턴 string | null
예제 #1
0
 /**
  * @return string
  */
 public function elementUrl(ElementReflectionInterface $element)
 {
     return $this->elementUrlFactory->createForElement($element);
 }
 /**
  * @return string
  */
 public function elementUrl(ReflectionElement $element)
 {
     return $this->elementUrlFactory->createForElement($element);
 }