ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
HtmlOutput.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\DAV\Browser;
4 
16 interface HtmlOutput {
17 
32  function toHtml(HtmlOutputHelper $html);
33 
34 }
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.
$html
Definition: example_001.php:87
This class provides a few utility functions for easily generating HTML for the browser plugin...