attributeClass = $attributeClass; $this->tag = $tag; } public function getAttributeClass() : string { return $this->attributeClass; } public function getTag() : string { return $this->tag; } }