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=0);
20
21
namespace
ILIAS\Tracking\View\Renderer
;
22
23
use
ILIAS\Tracking\View\Renderer\RendererInterface
;
24
25
interface
FactoryInterface
26
{
27
public
function
service
():
RendererInterface
;
28
}
ILIAS\Tracking\View\Renderer\FactoryInterface
Definition:
FactoryInterface.php:26
ILIAS\Tracking\View\Renderer\FactoryInterface\service
service()
ILIAS\Tracking\View\Renderer\RendererInterface
Definition:
RendererInterface.php:31
ILIAS\Tracking\View\Renderer
Definition:
Factory.php:21
components
ILIAS
Tracking
classes
View
Renderer
FactoryInterface.php
Generated on Sat Oct 18 2025 23:02:26 for ILIAS by
1.9.4 (using
Doxyfile
)