ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
CopyrightHandlerInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\XML\Copyright
;
22
23
interface
CopyrightHandlerInterface
24
{
25
public
function
isCopyrightSelectionActive
(): bool;
26
27
public
function
copyrightForExport
(
string
$copyright): string;
28
29
public
function
copyrightFromExport
(
string
$copyright): string;
30
31
public
function
copyrightAsString
(
string
$copyright): string;
32
}
ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface
Definition:
CopyrightHandlerInterface.php:24
ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface\copyrightForExport
copyrightForExport(string $copyright)
ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface\copyrightFromExport
copyrightFromExport(string $copyright)
ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface\copyrightAsString
copyrightAsString(string $copyright)
ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface\isCopyrightSelectionActive
isCopyrightSelectionActive()
ILIAS\MetaData\XML\Copyright
Definition:
CopyrightHandler.php:21
components
ILIAS
MetaData
classes
XML
Copyright
CopyrightHandlerInterface.php
Generated on Sat Oct 18 2025 23:03:28 for ILIAS by
1.9.4 (using
Doxyfile
)