Sets the self closing tag mode
bool $selfClosing Self closing tag mode:
$this
public function setSelfClosing($selfClosing) { $this->selfClosing = (bool) $selfClosing; return $this; }