| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 () | |
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 30 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 37 of file UploadHandler.php.
| ILIAS\LegalDocuments\FileUpload\UploadHandler::getExistingFileInfoURL | ( | ) | 
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 59 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 44 of file UploadHandler.php.
| ILIAS\LegalDocuments\FileUpload\UploadHandler::getFileRemovalURL | ( | ) | 
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 54 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 64 of file UploadHandler.php.
| ILIAS\LegalDocuments\FileUpload\UploadHandler::getInfoResult | ( | string | $identifier | ) | 
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 69 of file UploadHandler.php.
References Vendor\Package\$c, ILIAS\LegalDocuments\Value\DocumentContent\type(), and ILIAS\LegalDocuments\Value\DocumentContent\value().
 Here is the call graph for this function:| ILIAS\LegalDocuments\FileUpload\UploadHandler::getUploadURL | ( | ) | 
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 49 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 80 of file UploadHandler.php.
      
  | 
  private | 
Definition at line 85 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: