Sets the attribute value
Node|null $value Attribute value:
$this
public function setValue($value) { $this->assertType($value, array( "Literal", "JSX\\JSXExpressionContainer", "JSX\\JSXElement", "JSX\\JSXFragment", ), true); $this->value = $value; return $this; }