getOptionalElements() 공개 메소드

Get the optional elements for the current module's event type (that are not children).
public getOptionalElements ( ) : BaseEventTypeElement[]
리턴 BaseEventTypeElement[] $elements
예제 #1
0
 public function getOptionalElements()
 {
     $elements = parent::getOptionalElements();
     return $this->filterElements($elements);
 }