ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation\Component\Dropzone
;
22
23
use
ILIAS\UI\Component\Dropzone
as
D
;
24
28
class
Factory
implements
D\Factory
29
{
30
protected
File\Factory
$file_factory
;
31
32
public
function
__construct
(
File
\
Factory
$file_factory
)
33
{
34
$this->file_factory =
$file_factory
;
35
}
36
37
public
function
file
():
File
\
Factory
38
{
39
return
$this->file_factory
;
40
}
41
}
ILIAS\Component\Dependencies\Factory
ILIAS\File
Definition:
File.php:28
ILIAS\UI\Implementation\Component\Dropzone\Factory
Definition:
Factory.php:29
ILIAS\UI\Implementation\Component\Dropzone\Factory\__construct
__construct(File\Factory $file_factory)
Definition:
Factory.php:32
ILIAS\UI\Implementation\Component\Dropzone\Factory\$file_factory
File Factory $file_factory
Definition:
Factory.php:30
ILIAS\UI\Implementation\Component\Dropzone\Factory\file
file()
Definition:
Factory.php:37
ILIAS\Component\Dependencies
Definition:
Define.php:21
ILIAS\UI\Component\Dropzone
Definition:
Factory.php:21
ILIAS\UI\Implementation\Component\Dropzone
Definition:
Factory.php:21
components
ILIAS
UI
src
Implementation
Component
Dropzone
Factory.php
Generated on Sat Oct 18 2025 23:02:21 for ILIAS by
1.9.4 (using
Doxyfile
)