|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilGlossaryExportOptionHTML:
Collaboration diagram for ilGlossaryExportOptionHTML:Public Member Functions | |
| init (Container $DIC) | |
| isPublicAccessPossible () | |
| getExportType () | |
| getExportOptionId () | |
| getSupportedRepositoryObjectTypes () | |
| getLabel () | |
| onExportOptionSelected (ilExportHandlerConsumerContextInterface $context) | |
Public Member Functions inherited from ILIAS\Export\HTML\ExportOptionBase | |
| init (Container $DIC) | |
| onDeleteFiles (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| onDownloadFiles (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| onDownloadWithLink (ReferenceId $reference_id, ilExportHandlerConsumerFileIdentifierInterface $file_identifier) | |
| getFileSelection (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| getFiles (ilExportHandlerConsumerContextInterface $context) | |
Public Member Functions inherited from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicHandler | |
| __construct () | |
| isObjectSupported (ObjectId $object_id) | |
| isPublicAccessPossible () | |
Protected Attributes | |
| ilLanguage | $lng |
Protected Attributes inherited from ILIAS\Export\HTML\ExportOptionBase | |
| ilExportHTMLStakeholder | $stakeholder |
| ExportFileDBRepository | $repo |
| ilCtrl | $ctrl |
| ilDataFactory | $data_factory |
Definition at line 25 of file class.ilGlossaryExportOptionHTML.php.
| ilGlossaryExportOptionHTML::getExportOptionId | ( | ) |
Definition at line 45 of file class.ilGlossaryExportOptionHTML.php.
| ilGlossaryExportOptionHTML::getExportType | ( | ) |
Definition at line 40 of file class.ilGlossaryExportOptionHTML.php.
| ilGlossaryExportOptionHTML::getLabel | ( | ) |
Definition at line 55 of file class.ilGlossaryExportOptionHTML.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilGlossaryExportOptionHTML::getSupportedRepositoryObjectTypes | ( | ) |
Definition at line 50 of file class.ilGlossaryExportOptionHTML.php.
| ilGlossaryExportOptionHTML::init | ( | Container | $DIC | ) |
Reimplemented from ILIAS\Export\HTML\ExportOptionBase.
Definition at line 29 of file class.ilGlossaryExportOptionHTML.php.
References $DIC, init(), ILIAS\DI\Container\language(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilGlossaryExportOptionHTML::isPublicAccessPossible | ( | ) |
Reimplemented from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicHandler.
Definition at line 35 of file class.ilGlossaryExportOptionHTML.php.
| ilGlossaryExportOptionHTML::onExportOptionSelected | ( | ilExportHandlerConsumerContextInterface | $context | ) |
Definition at line 61 of file class.ilGlossaryExportOptionHTML.php.
|
protected |
Definition at line 27 of file class.ilGlossaryExportOptionHTML.php.