ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
interface.ilFactoryInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
23 use ILIAS\Export\ImportStatus\I\Content\ilFactoryInterface as ilImportStatusContentFactoryInterface;
26 use ILIAS\Export\ImportStatus\I\Exception\ilExceptionInterface as ilImportStatusExceptionInterface;
27 
29 {
30  public function content(): ilImportStatusContentFactoryInterface;
31 
32  public function handler(): ilImportStatusHandlerInterface;
33 
35 
36  public function exception(string $msg): ilImportStatusExceptionInterface;
37 }