ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
Markdown.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation\Component\Input\Field
;
22
23
use
ILIAS\UI\Component\Input\Field\MarkdownRenderer
;
24
use
ILIAS\UI\Component\Input\Field\Markdown
as MarkdownInterface;
25
use
ILIAS\Refinery\Factory
as
Refinery
;
26
use
ILIAS\Data\Factory
as
DataFactory
;
27
31
class
Markdown
extends
Textarea
implements MarkdownInterface
32
{
33
public
function
__construct
(
34
DataFactory
$data_factory,
35
Refinery
$refinery
,
36
protected
MarkdownRenderer
$md_renderer,
37
string
$label,
38
?
string
$byline,
39
) {
40
parent::__construct
($data_factory, $refinery, $label, $byline);
41
}
42
43
public
function
getMarkdownRenderer
():
MarkdownRenderer
44
{
45
return
$this->md_renderer;
46
}
47
}
ILIAS\UI\Implementation\Component\Input\Field\Markdown\getMarkdownRenderer
getMarkdownRenderer()
Definition:
Markdown.php:43
ILIAS\UI\examples\Layout\Page\Standard\$refinery
$refinery
Definition:
ui.php:137
ILIAS\UI\Component\Input\Field\MarkdownRenderer
Definition:
MarkdownRenderer.php:28
MarkdownRenderer
ILIAS\UI\Implementation\Component\Input\Field\Textarea
This implements the textarea input.
Definition:
Textarea.php:33
ILIAS\UI\Component\Input\Field\Markdown
Definition:
Markdown.php:24
ILIAS\UI\Implementation\Component\Input\Field\Markdown
Definition:
Markdown.php:31
ILIAS\UI\Implementation\Component\Input\Field\Markdown\__construct
__construct(DataFactory $data_factory, Refinery $refinery, protected MarkdownRenderer $md_renderer, string $label, ?string $byline,)
Definition:
Markdown.php:33
ILIAS\UI\Implementation\Component\Input\Field
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Checkbox.php:21
Factory
Factory
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
components
ILIAS
UI
src
Implementation
Component
Input
Field
Markdown.php
Generated on Wed Apr 9 2025 23:03:00 for ILIAS by
1.8.13 (using
Doxyfile
)