document what the method does
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
9d6e01ef40
commit
4da6b20e76
|
@ -53,6 +53,8 @@ interface IProvider {
|
||||||
public function getToken($tokenId) ;
|
public function getToken($tokenId) ;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Duplicate an existing session token
|
||||||
|
*
|
||||||
* @param string $oldSessionId
|
* @param string $oldSessionId
|
||||||
* @param string $sessionId
|
* @param string $sessionId
|
||||||
* @throws InvalidTokenException
|
* @throws InvalidTokenException
|
||||||
|
|
Loading…
Reference in New Issue