MediaWiki master
SessionMetadataHook.php
Go to the documentation of this file.
1<?php
2
4
7
27 public function onSessionMetadata( $backend, &$metadata, $requests );
28}
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form,...
This is the actual workhorse for Session.
This is a hook handler interface, see docs/Hooks.md.
onSessionMetadata( $backend, &$metadata, $requests)
Use this hook to add metadata to a session being saved.