ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
StorableResource.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2
4
9
16{
17
22
23
27 public function getCurrentRevision() : Revision;
28
29
33 public function getAllRevisions() : array;
34
35
39 public function getStakeholders() : array;
40
41
45 public function addRevision(Revision $revision) : void;
46
47
51 public function setRevisions(RevisionCollection $collection) : void;
52
53
57 public function getStorageID() : string;
58
59
63 public function setStorageID(string $storage_id) : void;
64}
An exception for terminatinating execution or to throw for unit testing.
setRevisions(RevisionCollection $collection)