ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\LegalDocuments\Value\DocumentContent Class Reference
+ Collaboration diagram for ILIAS\LegalDocuments\Value\DocumentContent:

Public Member Functions

 __construct (private readonly string $type, private readonly string $title, private readonly string $value,)
 
 type ()
 
 title ()
 
 value ()
 

Detailed Description

Definition at line 23 of file DocumentContent.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\LegalDocuments\Value\DocumentContent::__construct ( private readonly string  $type,
private readonly string  $title,
private readonly string  $value 
)

Definition at line 25 of file DocumentContent.php.

29  {
30  }

Member Function Documentation

◆ title()

ILIAS\LegalDocuments\Value\DocumentContent::title ( )

Definition at line 37 of file DocumentContent.php.

Referenced by ILIAS\LegalDocuments\Table\DocumentModal\create(), ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\ModifyFooter\renderModal(), and ILIAS\LegalDocuments\ConsumerToolbox\Blocks\userManagementAgreeDateField().

37  : string
38  {
39  return $this->title;
40  }
+ Here is the caller graph for this function:

◆ type()

ILIAS\LegalDocuments\Value\DocumentContent::type ( )

◆ value()

ILIAS\LegalDocuments\Value\DocumentContent::value ( )

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