OEModule\OphCiExamination\controllers\DefaultController::getChildOptionalElements PHP Method

getChildOptionalElements() public method

(non-PHPdoc)
See also: NestedElementsEventTypeController::getChildOptionalElements()
public getChildOptionalElements ( $parent_type )
    public function getChildOptionalElements($parent_type)
    {
        return $this->filterElements(parent::getChildOptionalElements($parent_type));
    }
DefaultController