text = $value; return $this; } return $this->text; } /** * The HTML representation of this element * * @return string */ protected function mainElementHTML() { if($this->useInput) $this->prefillInput(); return ''; } }