/** * Setter for the current user used to build menu. * * @param User $user The new user to set. * * @return void * * @since 3.9.26 */ public function setUser($user) { $this->storedUser = $user; }