ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 DocumentContent $content)
 
 currentDocument ()
 
 creation ()
 
 criteriaContent ()
 
 documentContent ()
 

Detailed Description

Definition at line 25 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 DocumentContent  $content 
)
Parameters
list<CriterionContent>$criteria_content

Definition at line 30 of file History.php.

35  {
36  }

Member Function Documentation

◆ creation()

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

Definition at line 43 of file History.php.

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

43  : Edit
44  {
45  return $this->creation;
46  }
+ Here is the caller graph for this function:

◆ criteriaContent()

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

Definition at line 51 of file History.php.

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

51  : array
52  {
53  return $this->criteria_content;
54  }
+ Here is the caller graph for this function:

◆ currentDocument()

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

Definition at line 38 of file History.php.

38  : ?Document
39  {
40  return $this->document;
41  }

◆ documentContent()

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

Definition at line 56 of file History.php.

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

56  : DocumentContent
57  {
58  return $this->content;
59  }
+ Here is the caller graph for this function:

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