ILIAS  release_8 Revision v8.24
ResourceRepository.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use Generator;
29
36{
37 public function blank(ResourceIdentification $identification): StorableResource;
38
39
43 public function get(ResourceIdentification $identification): StorableResource;
44
45
46 public function has(ResourceIdentification $identification): bool;
47
48
49 public function store(StorableResource $resource): void;
50
51
55 public function getAll(): Generator;
56
57
58 public function delete(StorableResource $resource): void;
59}
has(ResourceIdentification $identification)
blank(ResourceIdentification $identification)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...