19 declare(strict_types=1);
54 !$this->
settings->isCopyrightSelectionActive() ||
55 $slot !== SlotIdentifier::RIGHTS_DESCRIPTION
61 foreach ($this->copyright_repository->getAllEntries() as $copyright) {
62 $values[] = $this->identifier_handler->buildIdentifierFromEntryID($copyright->id());
67 return $this->
factory->copyright(...$values)->get();
78 !$this->
settings->isCopyrightSelectionActive() ||
79 $slot !== SlotIdentifier::RIGHTS_DESCRIPTION
84 foreach ($this->copyright_repository->getAllEntries() as $copyright) {
85 $identifier = $this->identifier_handler->buildIdentifierFromEntryID($copyright->id());
86 if (!in_array($identifier, $values)) {
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null