|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\LegalDocuments\FileUpload\UploadHandler:
Collaboration diagram for ILIAS\LegalDocuments\FileUpload\UploadHandler:Public Member Functions | |
| __construct (private readonly Closure $link, private readonly Closure $content, private readonly Closure $txt) | |
| getFileIdentifierParameterName () | |
| getUploadURL () | |
| getFileRemovalURL () | |
| getExistingFileInfoURL () | |
| getInfoForExistingFiles (array $file_ids) | |
| getInfoResult (string $identifier) | |
| supportsChunkedUploads () | |
| getFileIdentifierParameterName () | |
| getUploadURL () | |
| getFileRemovalURL () | |
| getExistingFileInfoURL () | |
| getInfoForExistingFiles (array $file_ids) | |
| getInfoResult (string $identifier) | |
| supportsChunkedUploads () | |
Private Member Functions | |
| to (string $cmd) | |
Additional Inherited Members | |
Data Fields inherited from ILIAS\UI\Component\Input\Field\UploadHandler | |
| const | DEFAULT_FILE_ID_PARAMETER = 'file_id' |
Definition at line 31 of file UploadHandler.php.
| ILIAS\LegalDocuments\FileUpload\UploadHandler::__construct | ( | private readonly Closure | $link, |
| private readonly Closure | $content, | ||
| private readonly Closure | $txt | ||
| ) |
| Closure(string) | string $link |
| Closure() | Result<DocumentContent> $content |
| Closure(string) | string $txt |
Definition at line 38 of file UploadHandler.php.
| ILIAS\LegalDocuments\FileUpload\UploadHandler::getExistingFileInfoURL | ( | ) |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 60 of file UploadHandler.php.
References ILIAS\LegalDocuments\FileUpload\UploadHandler\to().
Here is the call graph for this function:| ILIAS\LegalDocuments\FileUpload\UploadHandler::getFileIdentifierParameterName | ( | ) |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 45 of file UploadHandler.php.
| ILIAS\LegalDocuments\FileUpload\UploadHandler::getFileRemovalURL | ( | ) |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 55 of file UploadHandler.php.
References ILIAS\LegalDocuments\FileUpload\UploadHandler\to().
Here is the call graph for this function:| ILIAS\LegalDocuments\FileUpload\UploadHandler::getInfoForExistingFiles | ( | array | $file_ids | ) |
| array | $file_ids |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 65 of file UploadHandler.php.
| ILIAS\LegalDocuments\FileUpload\UploadHandler::getInfoResult | ( | string | $identifier | ) |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 70 of file UploadHandler.php.
References $c.
| ILIAS\LegalDocuments\FileUpload\UploadHandler::getUploadURL | ( | ) |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 50 of file UploadHandler.php.
References ILIAS\LegalDocuments\FileUpload\UploadHandler\to().
Here is the call graph for this function:| ILIAS\LegalDocuments\FileUpload\UploadHandler::supportsChunkedUploads | ( | ) |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 81 of file UploadHandler.php.
|
private |
Definition at line 86 of file UploadHandler.php.
References ILIAS\Repository\link().
Referenced by ILIAS\LegalDocuments\FileUpload\UploadHandler\getExistingFileInfoURL(), ILIAS\LegalDocuments\FileUpload\UploadHandler\getFileRemovalURL(), and ILIAS\LegalDocuments\FileUpload\UploadHandler\getUploadURL().
Here is the call graph for this function:
Here is the caller graph for this function: