ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilCtrlTokenRepositoryInterface.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 2021 Thibeau Fuhrer <thf@studer-raimann.ch> Extended GPL, see docs/LICENSE */
4 
11 {
17  public function getToken(): ilCtrlTokenInterface;
18 }
Interface ilCtrlTokenRepositoryInterface describes an ilCtrl token.
getToken()
Returns a temporary ilCtrlToken for the given session (id).
Interface ilCtrlTokenInterface describes an ilCtrl token.