ILIAS  release_8 Revision v8.24
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 ilCtrlTokenInterface describes an ilCtrl token.
Interface ilCtrlTokenRepositoryInterface describes an ilCtrl token.
getToken()
Returns a temporary ilCtrlToken for the given session (id).