ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
}
Sabre\DAV\Browser
Definition:
GuessContentType.php:3
Sabre\DAV\Browser\HtmlOutput
WebDAV properties that implement this interface are able to generate their own html output for the br...
Definition:
HtmlOutput.php:16
Sabre\DAV\Browser\HtmlOutput\toHtml
toHtml(HtmlOutputHelper $html)
Generate html representation for this value.
php
$html
$html
Definition:
example_001.php:87
Sabre\DAV\Browser\HtmlOutputHelper
This class provides a few utility functions for easily generating HTML for the browser plugin...
Definition:
HtmlOutputHelper.php:16
libs
composer
vendor
sabre
dav
lib
DAV
Browser
HtmlOutput.php
Generated on Thu Jan 16 2025 19:01:50 for ILIAS by
1.8.13 (using
Doxyfile
)