1<?
php declare(strict_types=1);
47 $this->storage_handler_factory->getHandlerForResource($resource),
48 $this->file_name_policy
60 $this->storage_handler_factory->getHandlerForResource($resource),
61 $this->file_name_policy
73 $this->storage_handler_factory->getHandlerForResource($resource)
86 $this->storage_handler_factory->getHandlerForResource($resource),
87 $this->file_name_policy
99 $this->storage_handler_factory->getHandlerForResource($resource)
An exception for terminatinating execution or to throw for unit testing.
__construct(StorageHandlerFactory $storage_handler_factory, FileNamePolicy $file_name_policy=null)
ConsumerFactory constructor.
download(StorableResource $resource)
src(StorableResource $resource)
fileStream(StorableResource $resource)
absolutePath(StorableResource $resource)
Class NoneFileNamePolicy.
Class StorageHandlerFactory.
Interface FileNamePolicy.
Interface StorageResource.