|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\LegalDocuments\LazyProvide:
Collaboration diagram for ILIAS\LegalDocuments\LazyProvide:Public Member Functions | |
| __construct (Closure $create) | |
| withdrawal () | |
| publicPage () | |
| document () | |
| history () | |
| allowEditing () | |
| publicApi () | |
| id () | |
Public Member Functions inherited from ILIAS\LegalDocuments\Provide | |
| __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 Attributes | |
| Closure | $provide |
Definition at line 30 of file LazyProvide.php.
| ILIAS\LegalDocuments\LazyProvide::__construct | ( | Closure | $create | ) |
| Closure() | Provide $create |
Definition at line 38 of file LazyProvide.php.
References ILIAS\LegalDocuments\LazyProvide\$provide.
| ILIAS\LegalDocuments\LazyProvide::allowEditing | ( | ) |
Reimplemented from ILIAS\LegalDocuments\Provide.
Definition at line 67 of file LazyProvide.php.
References ILIAS\LegalDocuments\LazyProvide\allowEditing().
Referenced by ILIAS\LegalDocuments\LazyProvide\allowEditing().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\LegalDocuments\LazyProvide::document | ( | ) |
Reimplemented from ILIAS\LegalDocuments\Provide.
Definition at line 57 of file LazyProvide.php.
References ILIAS\LegalDocuments\LazyProvide\document().
Referenced by ILIAS\LegalDocuments\LazyProvide\document().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\LegalDocuments\LazyProvide::history | ( | ) |
Reimplemented from ILIAS\LegalDocuments\Provide.
Definition at line 62 of file LazyProvide.php.
References ILIAS\LegalDocuments\LazyProvide\history().
Referenced by ILIAS\LegalDocuments\LazyProvide\history().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\LegalDocuments\LazyProvide::id | ( | ) |
Reimplemented from ILIAS\LegalDocuments\Provide.
Definition at line 77 of file LazyProvide.php.
| ILIAS\LegalDocuments\LazyProvide::publicApi | ( | ) |
Reimplemented from ILIAS\LegalDocuments\Provide.
Definition at line 72 of file LazyProvide.php.
References ILIAS\LegalDocuments\LazyProvide\publicApi().
Referenced by ILIAS\LegalDocuments\LazyProvide\publicApi().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\LegalDocuments\LazyProvide::publicPage | ( | ) |
Reimplemented from ILIAS\LegalDocuments\Provide.
Definition at line 52 of file LazyProvide.php.
References ILIAS\LegalDocuments\LazyProvide\publicPage().
Referenced by ILIAS\LegalDocuments\LazyProvide\publicPage().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\LegalDocuments\LazyProvide::withdrawal | ( | ) |
Reimplemented from ILIAS\LegalDocuments\Provide.
Definition at line 47 of file LazyProvide.php.
References ILIAS\LegalDocuments\LazyProvide\withdrawal().
Referenced by ILIAS\LegalDocuments\LazyProvide\withdrawal().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 33 of file LazyProvide.php.
Referenced by ILIAS\LegalDocuments\LazyProvide\__construct().