| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\LegalDocuments\Provide:
 Collaboration diagram for ILIAS\LegalDocuments\Provide:Public Member Functions | |
| __construct (private readonly string $id, private readonly Internal $internal, private readonly Container $container, private readonly string $document_key='document') | |
| withdrawal () | |
| publicPage () | |
| document () | |
| history () | |
| allowEditing () | |
| publicApi () | |
| id () | |
Private Member Functions | |
| error (string $message) | |
Definition at line 31 of file Provide.php.
| ILIAS\LegalDocuments\Provide::__construct | ( | private readonly string | $id, | 
| private readonly Internal | $internal, | ||
| private readonly Container | $container, | ||
| private readonly string | $document_key = 'document'  | 
        ||
| ) | 
Definition at line 33 of file Provide.php.
| ILIAS\LegalDocuments\Provide::allowEditing | ( | ) | 
Definition at line 67 of file Provide.php.
References $container, and $id.
Referenced by ILIAS\LegalDocuments\Config\legalDocuments().
 Here is the caller graph for this function:| ILIAS\LegalDocuments\Provide::document | ( | ) | 
Definition at line 57 of file Provide.php.
References ILIAS\LegalDocuments\Provide\error().
Referenced by ILIAS\DataProtection\Consumer\showMatchingDocument(), and ILIAS\LegalDocuments\Provide\ProvideHistory\table().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 82 of file Provide.php.
Referenced by ILIAS\LegalDocuments\Provide\document(), and ILIAS\LegalDocuments\Provide\history().
 Here is the caller graph for this function:| ILIAS\LegalDocuments\Provide::history | ( | ) | 
Definition at line 62 of file Provide.php.
References ILIAS\LegalDocuments\Provide\error().
 Here is the call graph for this function:| ILIAS\LegalDocuments\Provide::id | ( | ) | 
Definition at line 77 of file Provide.php.
References $id.
| ILIAS\LegalDocuments\Provide::publicApi | ( | ) | 
Definition at line 72 of file Provide.php.
| ILIAS\LegalDocuments\Provide::publicPage | ( | ) | 
Definition at line 49 of file Provide.php.
| ILIAS\LegalDocuments\Provide::withdrawal | ( | ) | 
Definition at line 41 of file Provide.php.