getUser(). * @param int $timeSinceAuth Time since last authentication. PHP_INT_MAX if * the time of last auth is unknown, or -1 if authentication is not possible. * @return bool|void True or no return value to continue or false to abort */ public function onSecuritySensitiveOperationStatus( &$status, $operation, $session, $timeSinceAuth ); }