1 <?php declare(strict_types=1);
40 strtolower($this->dic->ctrl()->getCmdClass()) ===
'ilpersonalprofilegui' && (
41 strtolower($this->dic->ctrl()->getCmd()) ===
'showuseragreement' ||
42 strtolower($this->dic->ctrl()->getCmd()) ===
'confirmwithdrawal' ||
43 strtolower($this->dic->ctrl()->getCmd()) ===
'showconsentwithdrawalconfirmation' ||
44 strtolower($this->dic->ctrl()->getCmd()) ===
'cancelwithdrawal' ||
45 strtolower($this->dic->ctrl()->getCmd()) ===
'withdrawacceptance' ||
46 strtolower($this->dic->ctrl()->getCmd()) ===
'rejectwithdrawal' 60 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)
ilTermsOfServiceAcceptanceStartUpStep constructor.