ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
Information.php
Go to the documentation of this file.
1<?php
2
4
5use DateTimeImmutable;
6
12interface Information
13{
14
18 public function getTitle() : string;
19
20
24 public function getSuffix() : string;
25
26
30 public function getMimeType() : string;
31
32
36 public function getSize() : int;
37
38
42 public function getCreationDate() : DateTimeImmutable;
43}
An exception for terminatinating execution or to throw for unit testing.