ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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
Definition:
CopyrightHandler.php:21
ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface\isCopyrightSelectionActive
isCopyrightSelectionActive()
ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface\copyrightForExport
copyrightForExport(string $copyright)
ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface\copyrightFromExport
copyrightFromExport(string $copyright)
ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface
Definition:
CopyrightHandlerInterface.php:23
ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface\copyrightAsString
copyrightAsString(string $copyright)
components
ILIAS
MetaData
classes
XML
Copyright
CopyrightHandlerInterface.php
Generated on Wed Sep 3 2025 23:03:29 for ILIAS by
1.8.13 (using
Doxyfile
)