getChildOptionalElements() публичный Метод

Get the child optional elements for the given element type.
public getChildOptionalElements ( ElementType $parent_type ) : BaseEventTypeElement[]
$parent_type ElementType
Результат BaseEventTypeElement[] $optional_elements
Пример #1
0
 /**
  * extends standard method to filter elements.
  *
  * (non-PHPdoc)
  *
  * @see NestedElementsEventTypeController::getChildOptionalElements()
  */
 public function getChildOptionalElements($parent_type)
 {
     return $this->filterElements(parent::getChildOptionalElements($parent_type));
 }