ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
Information.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
12 interface 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 }