ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
FactoryInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Poll\Image\I
;
22
23
use
ILIAS\Poll\Image\I\HandlerInterface
as ilPollImageInterface;
24
use
ILIAS\Poll\Image\I\Repository\FactoryInterface
as ilPollImageRepositoryFactoryInterface;
25
26
interface
FactoryInterface
27
{
28
public
function
repository
(): ilPollImageRepositoryFactoryInterface;
29
30
public
function
handler
(): ilPollImageInterface;
31
}
ILIAS\Poll\Image\I\FactoryInterface
Definition:
FactoryInterface.php:27
ILIAS\Poll\Image\I\FactoryInterface\handler
handler()
ILIAS\Poll\Image\I\FactoryInterface\repository
repository()
ILIAS\Poll\Image\I\HandlerInterface
Definition:
HandlerInterface.php:28
ILIAS\Poll\Image\I\Repository\FactoryInterface
Definition:
FactoryInterface.php:31
ILIAS\Poll\Image\I
Definition:
FactoryInterface.php:21
components
ILIAS
Poll
classes
Image
I
FactoryInterface.php
Generated on Sat Oct 18 2025 23:02:26 for ILIAS by
1.9.4 (using
Doxyfile
)