|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget:
Collaboration diagram for ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget:Public Member Functions | |
| __construct (private readonly ilCtrlInterface $ctrl, private readonly ilSetting $settings, private readonly ilAccessHandler $access, private readonly string $http_path=ILIAS_HTTP_PATH,) | |
| asURI () | |
| isValidInternalResource (int $ref_id) | |
| isInRepository (int $ref_id) | |
| isAnonymousAccessible (int $ref_id) | |
| isValidExternalResource (string $url) | |
| asURI () | |
Data Fields | |
| const string | INTERNAL_RESSOURCE = 'internal_ressource' |
| const string | EXTERNAL_RESSOURCE = 'external_ressource' |
Definition at line 32 of file ConfigurableLogoutTarget.php.
| ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget::__construct | ( | private readonly ilCtrlInterface | $ctrl, |
| private readonly ilSetting | $settings, | ||
| private readonly ilAccessHandler | $access, | ||
| private readonly string | $http_path = ILIAS_HTTP_PATH |
||
| ) |
Definition at line 37 of file ConfigurableLogoutTarget.php.
| ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget::asURI | ( | ) |
Implements ILIAS\components\Authentication\Logout\LogoutTarget.
Definition at line 45 of file ConfigurableLogoutTarget.php.
References $ref_id, $url, ilLink\_getStaticLink(), ILIAS\Repository\ctrl(), ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\EXTERNAL_RESSOURCE, ILIAS\Repository\int(), ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\INTERNAL_RESSOURCE, ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\isValidExternalResource(), ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\isValidInternalResource(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget::isAnonymousAccessible | ( | int | $ref_id | ) |
Definition at line 84 of file ConfigurableLogoutTarget.php.
References ILIAS\Repository\access(), and ANONYMOUS_USER_ID.
Referenced by ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\isValidInternalResource().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget::isInRepository | ( | int | $ref_id | ) |
Definition at line 79 of file ConfigurableLogoutTarget.php.
References $ref_id, ilObject\_exists(), and ilObject\_isInTrash().
Referenced by ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\isValidInternalResource().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget::isValidExternalResource | ( | string | $url | ) |
Definition at line 89 of file ConfigurableLogoutTarget.php.
References $url.
Referenced by ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\asURI().
Here is the caller graph for this function:| ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget::isValidInternalResource | ( | int | $ref_id | ) |
Definition at line 74 of file ConfigurableLogoutTarget.php.
References ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\isAnonymousAccessible(), and ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\isInRepository().
Referenced by ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\asURI().
Here is the call graph for this function:
Here is the caller graph for this function:| const string ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget::EXTERNAL_RESSOURCE = 'external_ressource' |
Definition at line 35 of file ConfigurableLogoutTarget.php.
Referenced by ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\asURI().
| const string ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget::INTERNAL_RESSOURCE = 'internal_ressource' |
Definition at line 34 of file ConfigurableLogoutTarget.php.
Referenced by ILIAS\components\Authentication\Logout\ConfigurableLogoutTarget\asURI().