ILIAS  release_7 Revision v7.30-3-g800a261c036
ResourceRepository.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2
4
5use Generator;
11
18{
19
25 public function blank(ResourceIdentification $identification) : StorableResource;
26
27
34 public function get(ResourceIdentification $identification) : StorableResource;
35
36
42 public function has(ResourceIdentification $identification) : bool;
43
44
48 public function store(StorableResource $resource) : void;
49
50
54 public function getAll() : Generator;
55
56
60 public function delete(StorableResource $resource) : void;
61}
An exception for terminatinating execution or to throw for unit testing.
has(ResourceIdentification $identification)
blank(ResourceIdentification $identification)