|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilBlogExportOptionHTMLWithComments:
Collaboration diagram for ilBlogExportOptionHTMLWithComments:Public Member Functions | |
| init (Container $DIC) | |
| isObjectSupported (ObjectId $object_id) | |
| getExportType () | |
| getExportOptionId () | |
| getSupportedRepositoryObjectTypes () | |
| getLabel () | |
| onExportOptionSelected (ilExportHandlerConsumerContextInterface $context) | |
Public Member Functions inherited from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicLegacyHandler | |
| 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\ExportHandler\Consumer\ExportOption\BasicLegacyHandler | |
| ilCtrl | $ctrl |
| ilDataFactory | $data_factory |
Definition at line 26 of file class.ilBlogExportOptionHTMLWithComments.php.
| ilBlogExportOptionHTMLWithComments::getExportOptionId | ( | ) |
Definition at line 48 of file class.ilBlogExportOptionHTMLWithComments.php.
| ilBlogExportOptionHTMLWithComments::getExportType | ( | ) |
Definition at line 43 of file class.ilBlogExportOptionHTMLWithComments.php.
| ilBlogExportOptionHTMLWithComments::getLabel | ( | ) |
Definition at line 58 of file class.ilBlogExportOptionHTMLWithComments.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilBlogExportOptionHTMLWithComments::getSupportedRepositoryObjectTypes | ( | ) |
Definition at line 53 of file class.ilBlogExportOptionHTMLWithComments.php.
| ilBlogExportOptionHTMLWithComments::init | ( | Container | $DIC | ) |
Definition at line 30 of file class.ilBlogExportOptionHTMLWithComments.php.
References init(), ILIAS\DI\Container\language(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilBlogExportOptionHTMLWithComments::isObjectSupported | ( | ObjectId | $object_id | ) |
Definition at line 37 of file class.ilBlogExportOptionHTMLWithComments.php.
References ilObjBlogAccess\isCommentsExportPossible(), and ILIAS\Data\ObjectId\toInt().
Here is the call graph for this function:| ilBlogExportOptionHTMLWithComments::onExportOptionSelected | ( | ilExportHandlerConsumerContextInterface | $context | ) |
Definition at line 64 of file class.ilBlogExportOptionHTMLWithComments.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.ilBlogExportOptionHTMLWithComments.php.