ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
Information.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
11 interface 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 }