loadDefaultDecoratorsIsDisabled()) { return; } $decorators = $this->getDecorators(); if (empty($decorators)) { $this->addDecorator('ViewHelper') ->addDecorator('HtmlTag', ['tag' => 'dd', 'id' => $this->getName() . '-element', 'class' => 'hidden']) ->addDecorator('Label', ['tag' => 'dt', 'tagOptions' => ['class' => 'hidden']]); } } }