MediaWiki master
UserOptionsStore.php
Go to the documentation of this file.
1<?php
2
4
6
53 public function fetch( UserIdentity $user, int $recency );
54
65 public function fetchBatchForUserNames( array $keys, array $userNames );
66
84 public function store( UserIdentity $user, array $updates );
85}
Get or change options for a given user in a given backend store.
store(UserIdentity $user, array $updates)
Process a batch of option updates.
fetch(UserIdentity $user, int $recency)
Fetch all options for a given user from the store.
fetchBatchForUserNames(array $keys, array $userNames)
Fetch specific options for multiple users from the store.
Interface for objects representing user identity.