name = $name; } public function getName() { return $this->name; } public function setOfficial($official) { $this->official = $official; } public function getOfficial() { return $this->official; } }