VuFind API Documentation

LoginToken extends Exception
in package

Login Token Exception

Tags
category

VuFind

author

Jaro Ravila jaro.ravila@helsinki.fi

license

https://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

$userId  : int
__construct()  : mixed
Constructor
getUserId()  : int
Get the associated user ID

Properties

Methods

__construct()

Constructor

public __construct(string $message, int $userId[, Throwable|null $previous = null ]) : mixed
Parameters
$message : string

Exception message

$userId : int

User ID

$previous : Throwable|null = null

Previous exception

Return values
mixed

getUserId()

Get the associated user ID

public getUserId() : int
Return values
int

Search results