setAttribute('uuid1', $uuid1); $this->setAttribute('type', $type); $this->setAttribute('uuid2', $uuid2); } /** * Returns 'relationship' * * @return string 'relationship' */ protected function getTagName() { return "relationship"; } }