Definition at line 13 of file Consumers.php.
◆ __construct()
Consumers constructor.
- Parameters
-
Definition at line 30 of file Consumers.php.
34 $this->consumer_factory = $cf;
35 $this->resource_builder = $r;
◆ download()
Definition at line 38 of file Consumers.php.
40 return $this->consumer_factory->download($this->resource_builder->get($identification));
◆ inline()
Definition at line 43 of file Consumers.php.
45 return $this->consumer_factory->inline($this->resource_builder->get($identification));
◆ src()
Definition at line 53 of file Consumers.php.
55 return $this->consumer_factory->src($this->resource_builder->get($identification));
◆ stream()
Definition at line 48 of file Consumers.php.
50 return $this->consumer_factory->fileStream($this->resource_builder->get($identification));
◆ $consumer_factory
ILIAS\ResourceStorage\Consumer\Consumers::$consumer_factory |
|
private |
◆ $resource_builder
ILIAS\ResourceStorage\Consumer\Consumers::$resource_builder |
|
private |
The documentation for this class was generated from the following file: