Handbuch:Html.php
Diese Seite ist veraltet. |
MediaWiki-Datei: Html.php | |
---|---|
Speicherort: | includes/ |
Quellcode: | master • 1.40.1 • 1.39.5 • 1.35.13 |
Klassen: | Html |
Html.php enthält die Html-Klasse. Diese Klasse ist eine Sammlung von statischen Funktionen, die zwei Zwecke dienen:
- Implement any algorithms specified by HTML5, or other HTML specifications, in a convenient and self-contained way.
- Allow HTML elements to be conveniently and safely generated, like the current Xml class but a) less confused (Xml supports HTML-specific things, but only sometimes!) and b) not necessarily confined to XML-compatible output.
Methoden
rawElement()
Ergibt ein HTML-Element in einer Zeichenkette.