html = $params['html']; } /** * @inheritDoc */ public function getInputHTML( $value ) : string { return $this->html; } }