|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 | ( | ) |
Reimplemented in ILIAS\LegalDocuments\LazyProvide.
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 | ( | ) |
Reimplemented in ILIAS\LegalDocuments\LazyProvide.
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 | ( | ) |
Reimplemented in ILIAS\LegalDocuments\LazyProvide.
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 | ( | ) |
Reimplemented in ILIAS\LegalDocuments\LazyProvide.
Definition at line 77 of file Provide.php.
References $id.
| ILIAS\LegalDocuments\Provide::publicApi | ( | ) |
Reimplemented in ILIAS\LegalDocuments\LazyProvide.
Definition at line 72 of file Provide.php.
| ILIAS\LegalDocuments\Provide::publicPage | ( | ) |
Reimplemented in ILIAS\LegalDocuments\LazyProvide.
Definition at line 49 of file Provide.php.
| ILIAS\LegalDocuments\Provide::withdrawal | ( | ) |
Reimplemented in ILIAS\LegalDocuments\LazyProvide.
Definition at line 41 of file Provide.php.