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