getTitle(). ' - '.$this->getSection()->getMerchant()->getTitle(); } public function getSection(): SectionInterface { return $this->section; } public function setSection(?SectionInterface $section): self { $this->section = $section; return $this; } }