|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilObjFileAbstractProcessorInterface. More...
Inheritance diagram for ilObjFileAbstractProcessor:
Collaboration diagram for ilObjFileAbstractProcessor:Public Member Functions | |
| __construct (protected ResourceStakeholder $stakeholder, protected ilObjFileGUI $gui_object, protected Services $storage, protected ilFileServicesSettings $settings) | |
| getInvalidFileNames () | |
Public Member Functions inherited from ilObjFileProcessorInterface | |
| process (ResourceIdentification $rid, string $title=null, string $description=null, string $copyright_id=null) | |
| Processes a given resource for the given arguments. More... | |
Protected Member Functions | |
| createFileObj (ResourceIdentification $rid, int $parent_id, string $title=null, string $description=null, string $copyright_id=null, bool $create_reference=false) | |
| Creates an ilObjFile instance for the provided information. More... | |
Protected Attributes | |
| ilFileServicesPolicy | $policy |
| ilCountPDFPages | $page_counter |
| array | $invalid_file_names = [] |
Class ilObjFileAbstractProcessorInterface.
Definition at line 28 of file class.ilObjFileAbstractProcessor.php.
| ilObjFileAbstractProcessor::__construct | ( | protected ResourceStakeholder | $stakeholder, |
| protected ilObjFileGUI | $gui_object, | ||
| protected Services | $storage, | ||
| protected ilFileServicesSettings | $settings | ||
| ) |
Definition at line 34 of file class.ilObjFileAbstractProcessor.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Creates an ilObjFile instance for the provided information.
Definition at line 48 of file class.ilObjFileAbstractProcessor.php.
Referenced by ilObjFileProcessor\process(), ilObjFileUnzipFlatProcessor\process(), and ilObjFileUnzipRecursiveProcessor\process().
Here is the caller graph for this function:| ilObjFileAbstractProcessor::getInvalidFileNames | ( | ) |
Definition at line 94 of file class.ilObjFileAbstractProcessor.php.
References $invalid_file_names.
|
protected |
Definition at line 32 of file class.ilObjFileAbstractProcessor.php.
Referenced by getInvalidFileNames().
|
protected |
Definition at line 31 of file class.ilObjFileAbstractProcessor.php.
|
protected |
Definition at line 30 of file class.ilObjFileAbstractProcessor.php.