ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
interface.ilFactoryInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\ImportHandler\I
;
22
23
use
ILIAS\Export\ImportHandler\I\File\ilFactoryInterface
as ilFileFactoryInterface;
24
use
ILIAS\Export\ImportHandler\I\Parser\ilFactoryInterface
as ilParserFactoryInterface;
25
26
interface
ilFactoryInterface
27
{
28
public
function
parser
(): ilParserFactoryInterface;
29
30
public
function
file
(): ilFileFactoryInterface;
31
}
ILIAS\Export\ImportHandler\I\ilFactoryInterface\parser
parser()
ILIAS\Export\ImportHandler\I\ilFactoryInterface\file
file()
ILIAS\Export\ImportHandler\I\File\ilFactoryInterface
Definition:
interface.ilFactoryInterface.php:29
ILIAS\Export\ImportHandler\I\Parser\ilFactoryInterface
Definition:
interface.ilFactoryInterface.php:25
ILIAS\Export\ImportHandler\I\ilFactoryInterface
Definition:
interface.ilFactoryInterface.php:26
ILIAS\Export\ImportHandler\I
Services
Export
classes
ImportHandler
I
interface.ilFactoryInterface.php
Generated on Wed Sep 10 2025 14:11:28 for ILIAS by
1.8.13 (using
Doxyfile
)