ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\LegalDocuments\Value\History Class Reference
+ Collaboration diagram for ILIAS\LegalDocuments\Value\History:

Public Member Functions

 __construct (private readonly ?Document $document, private readonly Edit $creation, private readonly array $criteria_content, private readonly DocumentContent $content)
 
 currentDocument ()
 
 creation ()
 
 criteriaContent ()
 
 documentContent ()
 

Detailed Description

Definition at line 23 of file History.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\LegalDocuments\Value\History::__construct ( private readonly ?Document  $document,
private readonly Edit  $creation,
private readonly array  $criteria_content,
private readonly DocumentContent  $content 
)
Parameters
list<CriterionContent>$criteria_content

Definition at line 28 of file History.php.

33 {
34 }

Member Function Documentation

◆ creation()

ILIAS\LegalDocuments\Value\History::creation ( )

Definition at line 41 of file History.php.

41 : Edit
42 {
43 return $this->creation;
44 }

Referenced by ILIAS\LegalDocuments\Table\HistoryTable\row().

+ Here is the caller graph for this function:

◆ criteriaContent()

ILIAS\LegalDocuments\Value\History::criteriaContent ( )
Returns
list<CriterionContent>

Definition at line 49 of file History.php.

49 : array
50 {
51 return $this->criteria_content;
52 }

Referenced by ILIAS\LegalDocuments\Table\HistoryTable\showCriteria().

+ Here is the caller graph for this function:

◆ currentDocument()

ILIAS\LegalDocuments\Value\History::currentDocument ( )

Definition at line 36 of file History.php.

36 : ?Document
37 {
38 return $this->document;
39 }

◆ documentContent()

ILIAS\LegalDocuments\Value\History::documentContent ( )

Definition at line 54 of file History.php.

55 {
56 return $this->content;
57 }

Referenced by ILIAS\LegalDocuments\Table\HistoryTable\row().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: