setAttribute('uuid', $uuid); $this->setAttribute('class', $class); $this->setAttribute('subclass', $subclass); } /** * Returns entity. * * @return 'entity' */ protected function getTagName() { return "entity"; } }