ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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: