open('forms/calculator_input'); $template->title = $this->title; $template->value = $this->value; $template->attributes = arrayToHtmlAttributes($this->attributes); return $template->render(); } public function getAllInputNames() { return []; } }