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);
 }