ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\Data\Factory
Builds data types.
Definition:
Factory.php:36
ILIAS\Data
Definition:
Data.php:24
ILIAS\Language
Definition:
Language.php:24
ILIAS\Refinery\FactoryFactory
This Javaism is required to solve the problem that we do not have proper \ILIAS\Language\Language dur...
Definition:
FactoryFactory.php:29
ILIAS\Refinery\FactoryFactory\build
build(\ILIAS\Data\Factory $dataFactory, \ILIAS\Language\Language $language)
Definition:
FactoryFactory.php:30
ILIAS\Refinery
Definition:
Refinery.php:24
ILIAS\Refinery
Definition:
ByTrying.php:21
ILIAS
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
components
ILIAS
Refinery
src
FactoryFactory.php
Generated on Sat Oct 18 2025 23:03:34 for ILIAS by
1.9.4 (using
Doxyfile
)