type = $type; $this->special = $special; $this->relays = $relays; $this->author = $author; $this->kind = $kind; } public function getType() { return $this->type; } public function getSpecial() { return $this->special; } public function getRelays() { return $this->relays; } public function getAuthor() { return $this->author; } public function getKind() { return $this->kind; } }