ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
History.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\LegalDocuments\Value
;
22
23
class
History
24
{
28
public
function
__construct
(
29
private
readonly ?
Document
$document,
30
private
readonly
Edit
$creation,
31
private
readonly array $criteria_content,
32
private
readonly
DocumentContent
$content
33
) {
34
}
35
36
public
function
currentDocument
(): ?
Document
37
{
38
return
$this->document;
39
}
40
41
public
function
creation
():
Edit
42
{
43
return
$this->creation;
44
}
45
49
public
function
criteriaContent
(): array
50
{
51
return
$this->criteria_content;
52
}
53
54
public
function
documentContent
():
DocumentContent
55
{
56
return
$this->content;
57
}
58
}
ILIAS\LegalDocuments\Value\History\criteriaContent
criteriaContent()
Definition:
History.php:49
ILIAS\LegalDocuments\Value
Definition:
Criterion.php:21
ILIAS\LegalDocuments\Value\History\documentContent
documentContent()
Definition:
History.php:54
ILIAS\LegalDocuments\Value\Edit
Definition:
Edit.php:25
ILIAS\LegalDocuments\Value\History\__construct
__construct(private readonly ?Document $document, private readonly Edit $creation, private readonly array $criteria_content, private readonly DocumentContent $content)
Definition:
History.php:28
ILIAS\LegalDocuments\Value\History
Definition:
History.php:23
ILIAS\LegalDocuments\Value\History\currentDocument
currentDocument()
Definition:
History.php:36
ILIAS\LegalDocuments\Value\History\creation
creation()
Definition:
History.php:41
ILIAS\LegalDocuments\Value\DocumentContent
Definition:
DocumentContent.php:23
ILIAS\LegalDocuments\Value\Document
Definition:
Document.php:23
components
ILIAS
LegalDocuments
classes
Value
History.php
Generated on Mon Apr 14 2025 23:03:18 for ILIAS by
1.8.13 (using
Doxyfile
)