ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Refinery\FactoryFactory Class Reference

This Javaism is required to solve the problem that we do not have proper during the setup. More...

+ Collaboration diagram for ILIAS\Refinery\FactoryFactory:

Public Member Functions

 build (\ILIAS\Data\Factory $dataFactory, \ILIAS\Language\Language $language)
 

Detailed Description

This Javaism is required to solve the problem that we do not have proper during the setup.

There might be setups where this would be superfluous.

Definition at line 28 of file FactoryFactory.php.

Member Function Documentation

◆ build()

ILIAS\Refinery\FactoryFactory::build ( \ILIAS\Data\Factory  $dataFactory,
\ILIAS\Language\Language  $language 
)

Definition at line 30 of file FactoryFactory.php.

31  {
32  return new \ILIAS\Refinery\Factory($dataFactory, $language);
33  }
Builds data types.
Definition: Factory.php:35

The documentation for this class was generated from the following file: