Definition at line 29 of file CallbackHandler.php.
◆ __construct()
ILIAS\GlobalScreen\Client\CallbackHandler::__construct |
( |
| ) |
|
Definition at line 53 of file CallbackHandler.php.
References $DIC, and ilInitialisation\initILIAS().
57 $this->ctrl = $DIC->ctrl();
58 $this->wrapper = $DIC->http()->wrapper();
59 $this->refinery = $DIC->refinery();
60 $this->global_screen = $DIC->globalScreen();
static initILIAS()
ilias initialisation
◆ getIdentification()
ILIAS\GlobalScreen\Client\CallbackHandler::getIdentification |
( |
| ) |
|
|
private |
Definition at line 89 of file CallbackHandler.php.
Referenced by ILIAS\GlobalScreen\Client\CallbackHandler\run().
89 : IdentificationInterface
91 $hashed = $this->wrapper->query()->has(self::KEY_ITEM)
92 ? $this->wrapper->query()->retrieve(self::KEY_ITEM, $this->refinery->to()->string())
95 $unhashed = $this->unhash($hashed);
97 return $this->global_screen->identification()->fromSerializedIdentification($unhashed);
◆ resolveCallback()
ILIAS\GlobalScreen\Client\CallbackHandler::resolveCallback |
( |
isToolItem |
$item | ) |
|
|
private |
◆ run()
ILIAS\GlobalScreen\Client\CallbackHandler::run |
( |
| ) |
|
◆ $ctrl
ILIAS\GlobalScreen\Client\CallbackHandler::$ctrl |
|
protected |
◆ $global_screen
ILIAS\GlobalScreen\Client\CallbackHandler::$global_screen |
|
protected |
◆ $refinery
ILIAS\GlobalScreen\Client\CallbackHandler::$refinery |
|
protected |
◆ $wrapper
ILIAS\GlobalScreen\Client\CallbackHandler::$wrapper |
|
protected |
◆ KEY_ITEM
const ILIAS\GlobalScreen\Client\CallbackHandler::KEY_ITEM = 'item' |
◆ TARGET_SCRIPT
const ILIAS\GlobalScreen\Client\CallbackHandler::TARGET_SCRIPT = "/ilias.php" |
|
private |
The documentation for this class was generated from the following file: