ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
RevisionRepository.php
Go to the documentation of this file.
1<?php
2
4
10
17{
18
26
27
31 public function store(Revision $revision) : void;
32
33
39 public function get(StorableResource $resource) : RevisionCollection;
40
41
45 public function delete(Revision $revision) : void;
46}
$result
An exception for terminatinating execution or to throw for unit testing.
blank(StorableResource $resource, UploadResult $result)