19 declare(strict_types=1);
36 $references_of = [ilObject::class,
'_getAllReferences'],
40 $this->references_of = Closure::fromCallable($references_of);
41 $this->incident = $incident ??
new Incident();
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));
__construct(Container $container, $references_of=[ilObject::class, '_getAllReferences'], Incident $incident=null)
Customizing of pimple-DIC for ILIAS.
references(array $references)