|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Data\Meta\Html\UserDefined:
Collaboration diagram for ILIAS\Data\Meta\Html\UserDefined:Public Member Functions | |
| __construct (protected string $key, protected string $value) | |
| toHtml () | |
| @inheritDoc More... | |
| getKey () | |
| getValue () | |
Public Member Functions inherited from ILIAS\Data\Meta\Html\Tag | |
| toHtml () | |
| This method MUST return the valid HTML markup for this tag. More... | |
| getTags () | |
| Create a list of basic tags. More... | |
Definition at line 28 of file UserDefined.php.
| ILIAS\Data\Meta\Html\UserDefined::__construct | ( | protected string | $key, |
| protected string | $value | ||
| ) |
Definition at line 30 of file UserDefined.php.
| ILIAS\Data\Meta\Html\UserDefined::getKey | ( | ) |
Definition at line 44 of file UserDefined.php.
| ILIAS\Data\Meta\Html\UserDefined::getValue | ( | ) |
Definition at line 49 of file UserDefined.php.
| ILIAS\Data\Meta\Html\UserDefined::toHtml | ( | ) |
@inheritDoc
Reimplemented from ILIAS\Data\Meta\Html\Tag.
Definition at line 39 of file UserDefined.php.