event = $event; $this->comment = $comment; } /** * @return string * @since 9.0.0 */ public function getEvent() { return $this->event; } /** * @return IComment * @since 9.0.0 */ public function getComment() { return $this->comment; } }