ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
HtmlOutput.php
Go to the documentation of this file.
1<?php
2
3namespace Sabre\DAV\Browser;
4
16interface HtmlOutput {
17
33
34}
An exception for terminatinating execution or to throw for unit testing.
This class provides a few utility functions for easily generating HTML for the browser plugin.
$html
Definition: example_001.php:87
WebDAV properties that implement this interface are able to generate their own html output for the br...
Definition: HtmlOutput.php:16
toHtml(HtmlOutputHelper $html)
Generate html representation for this value.