MediaWiki master
UserOptionsStore.php
Go to the documentation of this file.
1<?php
2
4
6
22 public function fetch( UserIdentity $user, int $recency );
23
41 public function store( UserIdentity $user, array $updates );
42}
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.
Interface for objects representing user identity.