/**
  * @param FormViewGenerator $formViewGenerator
  * @param string $name
  */
 public function buildFormBlock($formViewGenerator, $name)
 {
     $formViewGenerator->appendNumberInputBlock($this->label, $this->value, $name, $this->min, $this->max);
 }