ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
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 Sun Aug 31 2025 23:02:45 for ILIAS by
1.8.13 (using
Doxyfile
)