3 declare(strict_types=1);
35 if ($ignore_context) {
36 return parent::identifier($identifier_string);
40 $get = $DIC->http()->request()->getQueryParams();
41 if (isset($get[
'ref_id'])) {
42 $identifier_string .=
'_' . $get[
'ref_id'];
45 return parent::identifier($identifier_string);
Interface IdentificationInterface.
Class CoreIdentificationProvider.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...