Beispiel #1
0
 protected function renderOpeningTag() : string
 {
     return $this->attributes->isEmpty() ? "<{$this->element}>" : "<{$this->element} {$this->attributes}>";
 }