|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilExportExportOptionXML:
Collaboration diagram for ilExportExportOptionXML:Public Member Functions | |
| init (Container $DIC) | |
| getExportType () | |
| getExportOptionId () | |
| getSupportedRepositoryObjectTypes () | |
| isPublicAccessPossible () | |
| getLabel () | |
| onExportOptionSelected (ilExportHandlerConsumerContextInterface $context) | |
| onDeleteFiles (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| onDownloadFiles (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| onDownloadWithLink (ReferenceId $reference_id, ilExportHandlerConsumerFileIdentifierInterface $file_identifier) | |
| getFiles (ilExportHandlerConsumerContextInterface $context) | |
| getFileSelection (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
Public Member Functions inherited from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicHandler | |
| __construct () | |
| isObjectSupported (ObjectId $object_id) | |
| isPublicAccessPossible () | |
Protected Member Functions | |
| buildElements (ilExportHandlerConsumerContextInterface $context, ObjectId $object_id, array $file_identifiers, bool $all_elements=false) | |
Protected Attributes | |
| ilExportHandlerFactoryInterface | $export_handler |
| ilLanguage | $lng |
| ilCtrl | $ctrl |
| ilObjUser | $user |
| ilDataFactory | $data_factory |
Definition at line 36 of file class.ilExportExportOptionXML.php.
|
protected |
Definition at line 152 of file class.ilExportExportOptionXML.php.
| ilExportExportOptionXML::getExportOptionId | ( | ) |
Definition at line 58 of file class.ilExportExportOptionXML.php.
| ilExportExportOptionXML::getExportType | ( | ) |
Definition at line 53 of file class.ilExportExportOptionXML.php.
| ilExportExportOptionXML::getFiles | ( | ilExportHandlerConsumerContextInterface | $context | ) |
Definition at line 137 of file class.ilExportExportOptionXML.php.
| ilExportExportOptionXML::getFileSelection | ( | ilExportHandlerConsumerContextInterface | $context, |
| ilExportHandlerConsumerFileIdentifierCollectionInterface | $file_identifiers | ||
| ) |
Definition at line 144 of file class.ilExportExportOptionXML.php.
| ilExportExportOptionXML::getLabel | ( | ) |
Definition at line 77 of file class.ilExportExportOptionXML.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilExportExportOptionXML::getSupportedRepositoryObjectTypes | ( | ) |
Definition at line 63 of file class.ilExportExportOptionXML.php.
| ilExportExportOptionXML::init | ( | Container | $DIC | ) |
Definition at line 44 of file class.ilExportExportOptionXML.php.
References ILIAS\DI\Container\ctrl(), ILIAS\Repository\ctrl(), ILIAS\DI\Container\language(), ILIAS\Repository\lng(), ILIAS\DI\Container\user(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilExportExportOptionXML::isPublicAccessPossible | ( | ) |
Reimplemented from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicHandler.
Definition at line 72 of file class.ilExportExportOptionXML.php.
| ilExportExportOptionXML::onDeleteFiles | ( | ilExportHandlerConsumerContextInterface | $context, |
| ilExportHandlerConsumerFileIdentifierCollectionInterface | $file_identifiers | ||
| ) |
Definition at line 88 of file class.ilExportExportOptionXML.php.
| ilExportExportOptionXML::onDownloadFiles | ( | ilExportHandlerConsumerContextInterface | $context, |
| ilExportHandlerConsumerFileIdentifierCollectionInterface | $file_identifiers | ||
| ) |
Definition at line 105 of file class.ilExportExportOptionXML.php.
| ilExportExportOptionXML::onDownloadWithLink | ( | ReferenceId | $reference_id, |
| ilExportHandlerConsumerFileIdentifierInterface | $file_identifier | ||
| ) |
Definition at line 122 of file class.ilExportExportOptionXML.php.
| ilExportExportOptionXML::onExportOptionSelected | ( | ilExportHandlerConsumerContextInterface | $context | ) |
Definition at line 82 of file class.ilExportExportOptionXML.php.
|
protected |
Definition at line 40 of file class.ilExportExportOptionXML.php.
|
protected |
Definition at line 42 of file class.ilExportExportOptionXML.php.
|
protected |
Definition at line 38 of file class.ilExportExportOptionXML.php.
|
protected |
Definition at line 39 of file class.ilExportExportOptionXML.php.
|
protected |
Definition at line 41 of file class.ilExportExportOptionXML.php.