ILIAS  release_7 Revision v7.30-3-g800a261c036
Information.php
Go to the documentation of this file.
1<?php
2
4
5use DateTimeImmutable;
6
11interface Information
12{
13
17 public function getTitle() : string;
18
22 public function getSuffix() : string;
23
27 public function getMimeType() : string;
28
32 public function getSize() : int;
33
37 public function getCreationDate() : DateTimeImmutable;
38}
An exception for terminatinating execution or to throw for unit testing.