ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\LegalDocuments\DocumentId\HashId Class Reference
+ Inheritance diagram for ILIAS\LegalDocuments\DocumentId\HashId:
+ Collaboration diagram for ILIAS\LegalDocuments\DocumentId\HashId:

Public Member Functions

 __construct (private readonly string $hash)
 
 hash ()
 

Detailed Description

Definition at line 25 of file HashId.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\LegalDocuments\DocumentId\HashId::__construct ( private readonly string  $hash)

Definition at line 27 of file HashId.php.

28  {
29  }

Member Function Documentation

◆ hash()

ILIAS\LegalDocuments\DocumentId\HashId::hash ( )

Definition at line 31 of file HashId.php.

31  : string
32  {
33  return $this->hash;
34  }

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