MediaWiki REL1_39
SessionMetadataHook.php
Go to the documentation of this file.
1<?php
2
4
6use WebRequest;
7
27 public function onSessionMetadata( $backend, &$metadata, $requests );
28}
This is the actual workhorse for Session.
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping il...
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.