ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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\handler
handler()
ILIAS\Poll\Image\I\Repository\FactoryInterface
Definition:
FactoryInterface.php:30
ILIAS\Poll\Image\I\HandlerInterface
Definition:
HandlerInterface.php:27
ILIAS\Poll\Image\I\FactoryInterface
Definition:
FactoryInterface.php:26
ILIAS\Poll\Image\I
Definition:
FactoryInterface.php:21
ILIAS\Poll\Image\I\FactoryInterface\repository
repository()
components
ILIAS
Poll
classes
Image
I
FactoryInterface.php
Generated on Sun Aug 31 2025 23:02:04 for ILIAS by
1.8.13 (using
Doxyfile
)