ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Content.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\LegalDocuments
;
22
23
interface
Content
24
{
25
public
function
type
(): string;
26
public
function
value
(): string;
27
}
ILIAS\LegalDocuments\Content
Definition:
Content.php:24
ILIAS\LegalDocuments\Content\value
value()
ILIAS\LegalDocuments\Content\type
type()
ILIAS\LegalDocuments
Definition:
Administration.php:21
components
ILIAS
LegalDocuments
classes
Content.php
Generated on Sat Oct 18 2025 23:03:20 for ILIAS by
1.9.4 (using
Doxyfile
)