type = $type; $this->builder = $builder; } /** * @return string */ public function getType(): string { return $this->type; } /** * @return FormBuilderInterface */ public function getBuilder(): FormBuilderInterface { return $this->builder; } }