ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ResourceRepository.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use Generator;
30
37{
38 public function blank(
39 ResourceIdentification $identification,
40 ResourceType $type = ResourceType::SINGLE_FILE
42
43
47 public function get(ResourceIdentification $identification): StorableResource;
48
49
50 public function has(ResourceIdentification $identification): bool;
51
52
53 public function store(StorableResource $resource): void;
54
55
59 public function getAll(): Generator;
60
61
62 public function delete(StorableResource $resource): void;
63}
blank(ResourceIdentification $identification, ResourceType $type=ResourceType::SINGLE_FILE)
has(ResourceIdentification $identification)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...