ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Dropzone
;
22
32
interface
Factory
33
{
56
public
function
file
(): File\Factory;
57
}
ILIAS\UI\Component\Dropzone\Factory
Definition:
Factory.php:32
ILIAS\UI\Component\Dropzone\Factory\file
file()
description: purpose: > File dropzones are used to drop files from outside the browser window...
ILIAS\UI\Component\Dropzone
Definition:
Factory.php:21
components
ILIAS
UI
src
Component
Dropzone
Factory.php
Generated on Mon Sep 1 2025 23:01:58 for ILIAS by
1.8.13 (using
Doxyfile
)