Example #1
0
 protected function parseAttributes(array $attributes)
 {
     $this->attributes->setAttributes($attributes);
 }
Example #2
0
 protected function renderOpeningTag()
 {
     return $this->attributes->isEmpty() ? "<{$this->element}>" : "<{$this->element} {$this->attributes}>";
 }