|
| init (array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,) |
|
| init (array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,) |
|
Definition at line 30 of file FileServices.php.
◆ init()
ILIAS\FileServices::init |
( |
array|\ArrayAccess & |
$define, |
|
|
array|\ArrayAccess & |
$implement, |
|
|
array|\ArrayAccess & |
$use, |
|
|
array|\ArrayAccess & |
$contribute, |
|
|
array|\ArrayAccess & |
$seek, |
|
|
array|\ArrayAccess & |
$provide, |
|
|
array|\ArrayAccess & |
$pull, |
|
|
array|\ArrayAccess & |
$internal |
|
) |
| |
Implements ILIAS\Component\Component.
Definition at line 32 of file FileServices.php.
42 $implement[PhpUploadLimit::class] =
static fn(): FileServicesLegacyInitialisationAdapter =>
43 new FileServicesLegacyInitialisationAdapter();
44 $implement[GlobalUploadLimit::class] =
static fn(): FileServicesLegacyInitialisationAdapter =>
45 new FileServicesLegacyInitialisationAdapter();
The documentation for this class was generated from the following file: