addObjectTypeElement(); if (! $this->hasObjectType()) { return; } $this->addElement('text', 'object_name', array( 'label' => $this->translate('Notification'), 'required' => true, 'description' => $this->translate('Icinga object name for this notification') )); $this->addDisabledElement(); $this->setButtons(); } }