ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
FactoryFactory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Refinery
;
22
28
class
FactoryFactory
29
{
30
public
function
build
(\
ILIAS
\
Data
\
Factory
$dataFactory, \
ILIAS
\
Language
\
Language
$language): \
ILIAS
\
Refinery
\
Factory
31
{
32
return
new \ILIAS\Refinery\Factory($dataFactory, $language);
33
}
34
}
ILIAS\Refinery
Definition:
ByTrying.php:21
Data
ILIAS
Interface Observer Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
ILIAS\Refinery\FactoryFactory
This Javaism is required to solve the problem that we do not have proper during the setup...
Definition:
FactoryFactory.php:28
ILIAS\Refinery\FactoryFactory\build
build(\ILIAS\Data\Factory $dataFactory, \ILIAS\Language\Language $language)
Definition:
FactoryFactory.php:30
Factory
ILIAS\Refinery\Factory
Definition:
Factory.php:25
ILIAS\Language
Definition:
Language.php:23
components
ILIAS
Refinery
src
FactoryFactory.php
Generated on Wed Sep 3 2025 23:03:37 for ILIAS by
1.8.13 (using
Doxyfile
)