ILIAS  release_7 Revision v7.30-3-g800a261c036
InformationRepository.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2
4
9
16{
17
21 public function blank();
22
23
28 public function store(Information $information, Revision $revision) : void;
29
30
36 public function get(Revision $revision) : Information;
37
38
43 public function delete(Information $information, Revision $revision) : void;
44}
An exception for terminatinating execution or to throw for unit testing.
store(Information $information, Revision $revision)