ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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
Definition:
Administration.php:21
ILIAS\LegalDocuments\Content\value
value()
ILIAS\LegalDocuments\Content\type
type()
ILIAS\LegalDocuments\Content
Definition:
Content.php:23
components
ILIAS
LegalDocuments
classes
Content.php
Generated on Mon Sep 1 2025 23:03:23 for ILIAS by
1.8.13 (using
Doxyfile
)