userID = $userID; return $this; } /** * @return int * Contact ID of the active/target user (whose access we must check). * 0 for anonymous. */ public function getUserID(): int { return $this->userID; } }