Sets the attributes nodes array
JSXAttribute[]|JSXSpreadAttribute[] $attributes Attributes nodes: array
$this
public function setAttributes($attributes) { $this->assertArrayOf($attributes, array( "JSX\\JSXAttribute", "JSX\\JSXSpreadAttribute", )); $this->attributes = $attributes; return $this; }