ILIAS  trunk Revision v11.0_alpha-1838-g59fc79e306b
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

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

41  : Edit
42  {
43  return $this->creation;
44  }
+ 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.

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

49  : array
50  {
51  return $this->criteria_content;
52  }
+ 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.

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

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

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