Sets the closing element node
JSXClosingElement|null $closingElement Closing element node:
$this
public function setClosingElement($closingElement) { $this->assertType($closingElement, "JSX\\JSXClosingElement", true); $this->closingElement = $closingElement; return $this; }