member_id = $member_id; } /** * @return int */ public function getMemberId(): int { return $this->member_id; } }