createForAnnotationGroup() 공개 메소드

public createForAnnotationGroup ( string $name ) : string
$name string
리턴 string
예제 #1
0
 /**
  * @param string $element
  * @return string
  */
 public function getTemplatePathForAnnotationGroup($element)
 {
     return $this->getDestination() . '/' . $this->elementUrlFactory->createForAnnotationGroup($element);
 }