ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
RTE.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS
;
22
23
class
RTE
implements
Component\Component
24
{
25
public
function
init
(
26
array | \
ArrayAccess
&$define,
27
array | \
ArrayAccess
&$implement,
28
array | \
ArrayAccess
&$use,
29
array | \
ArrayAccess
&$contribute,
30
array | \
ArrayAccess
&$seek,
31
array | \
ArrayAccess
&$provide,
32
array | \
ArrayAccess
&$pull,
33
array | \
ArrayAccess
&$internal,
34
): void {
35
// This is included via anonymous classes as a testament to the fact, that
36
// TinyMCE isn't a good citizen of the ILIAS system.
37
$contribute[Component\Resource\PublicAsset::class] =
static
fn() =>
new
class
() implements
Component
\Resource\
PublicAsset
{
38
public
function
getSource():
string
39
{
40
return
"node_modules/tinymce"
;
41
}
42
public
function
getTarget():
string
43
{
44
return
"node_modules/tinymce"
;
45
}
46
};
47
}
48
}
ILIAS
Interface Observer Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
ILIAS\UI\Component
ILIAS\RTE
Definition:
RTE.php:23
ILIAS\Component\Resource\PublicAsset
An public asset is a file or folder that should be served via the web.
Definition:
PublicAsset.php:26
ArrayAccess
ILIAS\RTE\init
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:
RTE.php:25
components
ILIAS
RTE
RTE.php
Generated on Wed Sep 3 2025 23:03:43 for ILIAS by
1.8.13 (using
Doxyfile
)