namespace ui\input; class Html extends Input { public function render(array $opt = array()): string{ return $this->value; } }