getPerson()->getCenter(); } /** * Get person. * * @return \Chill\MainBundle\Entity\Person */ public function getPerson() { return $this->person; } public function setPerson($person): self { $this->person = $person; return $this; } }