getOptionalElements() public méthode

Get the optional elements for the current module's event type (that are not children).
public getOptionalElements ( ) : BaseEventTypeElement[]
Résultat BaseEventTypeElement[] $elements
 public function getOptionalElements()
 {
     $elements = parent::getOptionalElements();
     return $this->filterElements($elements);
 }