vote; } /** * @return string */ public function getContent(): string { return $this->content; } /** * @return Member */ public function getVoter(): Member { return $this->voter; } /** * @return Presentation */ public function getPresentation(): Presentation { return $this->presentation; } }