19 declare(strict_types=1);
37 public function has(ResourceCollectionIdentification $identification): bool;
39 public function blank(ResourceCollectionIdentification $identification, ?
int $owner = null):
ResourceCollection;
43 public function clear(ResourceCollectionIdentification $identification): void;
48 public function getResourceIdStrings(ResourceCollectionIdentification $identification): \Generator;
52 public function delete(ResourceCollectionIdentification $identification):
void;
removeResourceFromAllCollections(ResourceIdentification $resource_identification)
Interface CollectionRepository.
Class ResourceCollection.
Class ResourceIdentification.
blank(ResourceCollectionIdentification $identification, ?int $owner=null)
getResourceIdStrings(ResourceCollectionIdentification $identification)
update(ResourceCollection $collection, DataContainer $event_data_container)
existing(ResourceCollectionIdentification $identification)
has(ResourceCollectionIdentification $identification)
clear(ResourceCollectionIdentification $identification)