19declare(strict_types=1);
49 return $this->incident->any(fn (
int $ref_id):
bool => (
50 $this->container->access()->checkAccess(
'read',
'',
$ref_id)
56 return $this->
references(($this->references_of)($obj_id));
Customizing of pimple-DIC for ILIAS.
__construct(Container $container, $references_of=[ilObject::class, '_getAllReferences'], Incident $incident=null)
references(array $references)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...