76 if ($this->context->isUserLoggedIn()) {
Returned by a Handler when it has successfully resolved the Request.
Returned by a Handler when it cannot process the given Request at all, e.g.
Returned by a Handler when the target exists but the CURRENT (logged-in) user has no permission to re...
loginFirst()
Convenience: the Handler cannot serve the target with the current permissions.
__construct(private Context $context)
cannotReach()
The target exists, but the CURRENT user has no permission to reach it.
can(string $uri_path, bool $shift=false)
The Handler successfully resolved the target.
cannot()
The Handler cannot process the given Request at all, e.g.
Returned when the target is (or might be) reachable after the user logs in.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...