boardId = $boardId; $this->userId = $userId; } public function getBoardId(): int { return $this->boardId; } public function getUserId(): string { return $this->userId; } }