19 declare(strict_types=1);
46 strtolower($this->dic->ctrl()->getCmdClass()) === strtolower(ilPersonalProfileGUI::class) && (
47 strtolower($this->dic->ctrl()->getCmd()) ===
'showuseragreement' ||
48 strtolower($this->dic->ctrl()->getCmd()) ===
'confirmwithdrawal' ||
49 strtolower($this->dic->ctrl()->getCmd()) ===
'showconsentwithdrawalconfirmation' ||
50 strtolower($this->dic->ctrl()->getCmd()) ===
'cancelwithdrawal' ||
51 strtolower($this->dic->ctrl()->getCmd()) ===
'withdrawacceptance' ||
52 strtolower($this->dic->ctrl()->getCmd()) ===
'rejectwithdrawal' 63 if ($this->dic->user()->getPref(
'consent_withdrawal_requested')) {
72 $this->dic->ctrl()->redirectByClass(
73 [ilDashboardGUI::class, ilPersonalProfileGUI::class],
74 'showConsentWithdrawalConfirmation'
shouldStoreRequestTarget()
Customizing of pimple-DIC for ILIAS.
__construct(Container $dic)