ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ResourceRepository.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
23 use 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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
blank(ResourceIdentification $identification)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...