|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilBlogExportOptionHTML:
Collaboration diagram for ilBlogExportOptionHTML: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.ilBlogExportOptionHTML.php.
| ilBlogExportOptionHTML::getExportOptionId | ( | ) |
Definition at line 46 of file class.ilBlogExportOptionHTML.php.
| ilBlogExportOptionHTML::getExportType | ( | ) |
Definition at line 41 of file class.ilBlogExportOptionHTML.php.
| ilBlogExportOptionHTML::getLabel | ( | ) |
Definition at line 56 of file class.ilBlogExportOptionHTML.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilBlogExportOptionHTML::getSupportedRepositoryObjectTypes | ( | ) |
Definition at line 51 of file class.ilBlogExportOptionHTML.php.
| ilBlogExportOptionHTML::init | ( | Container | $DIC | ) |
Definition at line 29 of file class.ilBlogExportOptionHTML.php.
References init(), ILIAS\DI\Container\language(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilBlogExportOptionHTML::isPublicAccessPossible | ( | ) |
Definition at line 36 of file class.ilBlogExportOptionHTML.php.
| ilBlogExportOptionHTML::onExportOptionSelected | ( | ilExportHandlerConsumerContextInterface | $context | ) |
Definition at line 62 of file class.ilBlogExportOptionHTML.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilBlogExportOptionHTML.php.