setAttribute('name', $name); } /** * Add Value attribute. * * @param string $value The value of the custom parameter * @return static $this. */ public function setValue($value) { return $this->setAttribute('value', $value); } }