getDecorators()) === 0) { $this->setDecorators(array( 'ViewHelper', array( 'HtmlTag', array('tag' => 'p') ) )); } } /** * Validate element value (pseudo) * * @param mixed $value Ignored * * @return bool Always true */ public function isValid($value, $context = null) { return true; } }