ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ 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\ProgressBlock
;
22
23
use
ILIAS\Tracking\View\ProgressBlock\Settings\FactoryInterface
as SettingsFactoryInterface;
24
25
interface
FactoryInterface
26
{
27
public
function
settings
(): SettingsFactoryInterface;
28
}
ILIAS\Tracking\View\ProgressBlock\FactoryInterface
Definition:
FactoryInterface.php:26
ILIAS\Tracking\View\ProgressBlock\FactoryInterface\settings
settings()
ILIAS\Tracking\View\ProgressBlock\Settings\FactoryInterface
Definition:
FactoryInterface.php:24
ILIAS\Tracking\View\ProgressBlock
Definition:
Factory.php:21
components
ILIAS
Tracking
classes
View
ProgressBlock
FactoryInterface.php
Generated on Sat Dec 13 2025 23:01:45 for ILIAS by
1.9.4 (using
Doxyfile
)