19 declare(strict_types=1);
51 return $this->incident->any(
function (
int $ref_id):
bool {
52 return $this->container->access()->checkAccess(
'read',
'', $ref_id);
58 return $this->
references(array_map(
'intval', ($this->references_of)($obj_id)));
__construct(Container $container, $references_of=[ilObject::class, '_getAllReferences'], Incident $incident=null)
Customizing of pimple-DIC for ILIAS.
references(array $references)