Sets the value of the form field.
Calling this method on other elements than form fields is not allowed.
string|bool|array $value:
void
NodeElement::getValue for the format of the value for each type of field
public function setValue($value) { $this->getDriver() ->setValue($this->getXpath(), $value); }