getDecorator('Label')) { $decorator->setOption('disableFor', true); } } public function isValid($value, $context = null) { return true; } public function getValue() { $value = parent::getValue(); if ($translator = $this->getTranslator()) { $value = $translator->translate($value); } return $value; } }