32 $ar = $this->
getAR($identification);
33 $r = $this->
blank($identification);
34 $r->setStorageId($ar->getStorageId());
65 $ar = ARResource::find($identification->
serialize());
67 if (!$create_if_not_existing) {
71 $ar->setIdentification($identification->
serialize());
83 $ar = ARResource::find($resource->getIdentification()->serialize());
92 public function getAll() : \Generator
114 (
new ARResource())->getConnectorContainerName()
118 public function preload(array $identification_strings) : void
preload(array $identification_strings)
Interface StorageResource.
populateFromArray(array $data)
getResourceFromAR(ARResource $AR_resource)
Interface Identification.
store(StorableResource $resource)
has(ResourceIdentification $identification)
blank(ResourceIdentification $identification)
getAR(ResourceIdentification $identification, bool $create_if_not_existing=false)
Class ResourceNotFoundException.
Class StorableFileResource.
Interface ResourceRepository.
Class ResourceARRepository.