value) return $this->dontEscape ? $this->value : Convert::raw2xml($this->value); else return '(' . _t('FormField.NONE', 'none') . ')'; } function getAttributes() { return array_merge( parent::getAttributes(), array( 'type' => 'hidden', 'value' => null, ) ); } function Type() { return 'readonly'; } }