ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
NullCopyright.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Services\CopyrightHelper
;
22
23
use
ILIAS\UI\Component\Link\Link
;
24
use
ILIAS\UI\Component\Legacy\Content
;
25
use
ILIAS\UI\Component\Symbol\Icon\Icon
;
26
27
class
NullCopyright
implements
CopyrightInterface
28
{
29
public
function
isDefault
(): bool
30
{
31
return
false
;
32
}
33
34
public
function
isOutdated
(): bool
35
{
36
return
false
;
37
}
38
39
public
function
identifier
(): string
40
{
41
return
''
;
42
}
43
44
public
function
title
(): string
45
{
46
return
''
;
47
}
48
49
public
function
description
(): string
50
{
51
return
''
;
52
}
53
57
public
function
presentAsUIComponents
(): array
58
{
59
return
[];
60
}
61
62
public
function
presentAsImageOnly
(): ?
Icon
63
{
64
return
null
;
65
}
66
67
public
function
presentAsLinkOnly
(): ?
Link
68
{
69
return
null
;
70
}
71
72
public
function
presentAsString
(): string
73
{
74
return
''
;
75
}
76
}
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright
Definition:
NullCopyright.php:28
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright\presentAsUIComponents
presentAsUIComponents()
Definition:
NullCopyright.php:57
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright\presentAsLinkOnly
presentAsLinkOnly()
The copyright just as a link, for use e.g.
Definition:
NullCopyright.php:67
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright\isDefault
isDefault()
Definition:
NullCopyright.php:29
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright\identifier
identifier()
Definition:
NullCopyright.php:39
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright\presentAsImageOnly
presentAsImageOnly()
The copyright just as its image, for use e.g.
Definition:
NullCopyright.php:62
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright\isOutdated
isOutdated()
Definition:
NullCopyright.php:34
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright\presentAsString
presentAsString()
The copyright without image in a reduced presentation, for displaying copyright where no UI component...
Definition:
NullCopyright.php:72
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright\description
description()
Definition:
NullCopyright.php:49
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright\title
title()
Definition:
NullCopyright.php:44
ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface
Definition:
CopyrightInterface.php:28
ILIAS\UI\Component\Legacy\Content
Definition:
Content.php:33
ILIAS\UI\Component\Link\Link
Link base interface.
Definition:
Link.php:33
ILIAS\UI\Component\Symbol\Icon\Icon
This describes how an icon could be modified during construction of UI.
Definition:
Icon.php:29
ILIAS\MetaData\Services\CopyrightHelper
Definition:
Copyright.php:21
components
ILIAS
MetaData
classes
Services
CopyrightHelper
NullCopyright.php
Generated on Sat Dec 13 2025 23:02:44 for ILIAS by
1.9.4 (using
Doxyfile
)