user_id = $user_id; } /** * Get the user ID that was locked out. * * @return int */ public function get_user_id() { return $this->user_id; } public function make_execute_lock_context() { return new Execute_Lock\User_Context( $this, $this->get_user_id() ); } }