|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilLegalDocumentsAdministrationGUI:Public Member Functions | |
| __construct (private readonly string $parent_class, private readonly Config $config, private readonly Closure $after_document_deletion, ?Container $container=null) | |
| executeCommand () | |
| history () | |
| searchUser () | |
| historyResetFilter () | |
| addDocument () | |
| addCriterion () | |
| editCriterion () | |
| deleteCriterion () | |
| upload () | |
| documents () | |
| deleteDocuments () | |
| deleteDocument () | |
| deleteConfirmed () | |
| editDocument () | |
| saveOrder () | |
| tabs (array $run_after=[]) | |
| admin () | |
Private Member Functions | |
| tab (string $cmd, string $label, bool $can_access=true) | |
| ctrlTo (string $method,... $args) | |
| isCommand (string $cmd) | |
| deleteDocumentsConfirmation (array $documents) | |
| criterionErrorMessage ($error) | |
| returnWithMessage (string $message, string $command) | |
| returnWithResult (Result $result, string $success_message, string $target) | |
Private Attributes | |
| readonly Container | $container |
| readonly UI | $ui |
| readonly Administration | $admin |
Definition at line 41 of file class.ilLegalDocumentsAdministrationGUI.php.
| ilLegalDocumentsAdministrationGUI::__construct | ( | private readonly string | $parent_class, |
| private readonly Config | $config, | ||
| private readonly Closure | $after_document_deletion, | ||
| ?Container | $container = null |
||
| ) |
Definition at line 47 of file class.ilLegalDocumentsAdministrationGUI.php.
References $GLOBALS, admin(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ilLegalDocumentsAdministrationGUI::addCriterion | ( | ) |
Definition at line 124 of file class.ilLegalDocumentsAdministrationGUI.php.
References $url, admin(), ctrlTo(), and returnWithResult().
Here is the call graph for this function:| ilLegalDocumentsAdministrationGUI::addDocument | ( | ) |
Definition at line 117 of file class.ilLegalDocumentsAdministrationGUI.php.
References admin(), and ctrlTo().
Here is the call graph for this function:| ilLegalDocumentsAdministrationGUI::admin | ( | ) |
Definition at line 278 of file class.ilLegalDocumentsAdministrationGUI.php.
References $admin.
Referenced by __construct(), addCriterion(), addDocument(), deleteConfirmed(), deleteCriterion(), deleteDocument(), deleteDocuments(), deleteDocumentsConfirmation(), documents(), editCriterion(), editDocument(), history(), saveOrder(), tabs(), and upload().
Here is the caller graph for this function:
|
private |
| string | Exception | $error |
Definition at line 319 of file class.ilLegalDocumentsAdministrationGUI.php.
References ILIAS\Repository\ui().
Referenced by returnWithResult().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 283 of file class.ilLegalDocumentsAdministrationGUI.php.
References $path.
Referenced by addCriterion(), addDocument(), deleteDocuments(), editCriterion(), editDocument(), returnWithMessage(), returnWithResult(), saveOrder(), and tab().
Here is the caller graph for this function:| ilLegalDocumentsAdministrationGUI::deleteConfirmed | ( | ) |
Definition at line 222 of file class.ilLegalDocumentsAdministrationGUI.php.
References admin(), and returnWithMessage().
Here is the call graph for this function:| ilLegalDocumentsAdministrationGUI::deleteCriterion | ( | ) |
Definition at line 170 of file class.ilLegalDocumentsAdministrationGUI.php.
References admin(), ILIAS\LegalDocuments\Value\Criterion\id(), and returnWithMessage().
Here is the call graph for this function:| ilLegalDocumentsAdministrationGUI::deleteDocument | ( | ) |
Definition at line 217 of file class.ilLegalDocumentsAdministrationGUI.php.
References admin(), and deleteDocumentsConfirmation().
Here is the call graph for this function:| ilLegalDocumentsAdministrationGUI::deleteDocuments | ( | ) |
Definition at line 207 of file class.ilLegalDocumentsAdministrationGUI.php.
References admin(), ctrlTo(), deleteDocumentsConfirmation(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
private |
| list<Document> | $documents |
Definition at line 304 of file class.ilLegalDocumentsAdministrationGUI.php.
References admin().
Referenced by deleteDocument(), and deleteDocuments().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLegalDocumentsAdministrationGUI::documents | ( | ) |
Definition at line 194 of file class.ilLegalDocumentsAdministrationGUI.php.
References admin().
Here is the call graph for this function:| ilLegalDocumentsAdministrationGUI::editCriterion | ( | ) |
Definition at line 147 of file class.ilLegalDocumentsAdministrationGUI.php.
References $data, $url, admin(), ILIAS\LegalDocuments\Value\Criterion\content(), ILIAS\LegalDocuments\Value\Document\content(), ILIAS\LegalDocuments\Value\Document\criteria(), ctrlTo(), ILIAS\LegalDocuments\Value\Criterion\id(), and returnWithResult().
Here is the call graph for this function:| ilLegalDocumentsAdministrationGUI::editDocument | ( | ) |
Definition at line 231 of file class.ilLegalDocumentsAdministrationGUI.php.
References Vendor\Package\$d, $data, $id, admin(), ctrlTo(), and returnWithMessage().
Here is the call graph for this function:| ilLegalDocumentsAdministrationGUI::executeCommand | ( | ) |
Definition at line 63 of file class.ilLegalDocumentsAdministrationGUI.php.
References isCommand().
Here is the call graph for this function:| ilLegalDocumentsAdministrationGUI::history | ( | ) |
Definition at line 72 of file class.ilLegalDocumentsAdministrationGUI.php.
References admin().
Referenced by historyResetFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLegalDocumentsAdministrationGUI::historyResetFilter | ( | ) |
Definition at line 112 of file class.ilLegalDocumentsAdministrationGUI.php.
References history().
Here is the call graph for this function:
|
private |
Definition at line 292 of file class.ilLegalDocumentsAdministrationGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
Definition at line 332 of file class.ilLegalDocumentsAdministrationGUI.php.
References ctrlTo(), and ILIAS\Repository\ui().
Referenced by deleteConfirmed(), deleteCriterion(), editDocument(), and saveOrder().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 338 of file class.ilLegalDocumentsAdministrationGUI.php.
References criterionErrorMessage(), ctrlTo(), ILIAS\Data\Result\error(), and ILIAS\Repository\ui().
Referenced by addCriterion(), and editCriterion().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLegalDocumentsAdministrationGUI::saveOrder | ( | ) |
Definition at line 249 of file class.ilLegalDocumentsAdministrationGUI.php.
References admin(), ctrlTo(), returnWithMessage(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ilLegalDocumentsAdministrationGUI::searchUser | ( | ) |
Definition at line 86 of file class.ilLegalDocumentsAdministrationGUI.php.
References $response, ilUserAutoComplete\MAX_ENTRIES, and ilUtil\stripSlashes().
Here is the call graph for this function:
|
private |
Definition at line 273 of file class.ilLegalDocumentsAdministrationGUI.php.
References ctrlTo().
Referenced by tabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLegalDocumentsAdministrationGUI::tabs | ( | array | $run_after = [] | ) |
| array<string,Closure() | void> $run_after |
Definition at line 265 of file class.ilLegalDocumentsAdministrationGUI.php.
References admin(), tab(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ilLegalDocumentsAdministrationGUI::upload | ( | ) |
Definition at line 179 of file class.ilLegalDocumentsAdministrationGUI.php.
Here is the call graph for this function:
|
private |
Definition at line 45 of file class.ilLegalDocumentsAdministrationGUI.php.
Referenced by admin().
|
private |
Definition at line 43 of file class.ilLegalDocumentsAdministrationGUI.php.
|
private |
Definition at line 44 of file class.ilLegalDocumentsAdministrationGUI.php.