ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilWikiExportOptionHTML Class Reference
+ Inheritance diagram for ilWikiExportOptionHTML:
+ Collaboration diagram for ilWikiExportOptionHTML:

Public Member Functions

 init (Container $DIC)
 
 isPublicAccessPossible ()
 
 getExportType ()
 
 getExportOptionId ()
 
 getSupportedRepositoryObjectTypes ()
 
 getLabel ()
 
- 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
 

Detailed Description

Definition at line 31 of file class.ilWikiExportOptionHTML.php.

Member Function Documentation

◆ getExportOptionId()

ilWikiExportOptionHTML::getExportOptionId ( )

Definition at line 51 of file class.ilWikiExportOptionHTML.php.

51 : string
52 {
53 return 'wiki_exp_option_html';
54 }

◆ getExportType()

ilWikiExportOptionHTML::getExportType ( )

Definition at line 46 of file class.ilWikiExportOptionHTML.php.

46 : string
47 {
48 return 'html';
49 }

◆ getLabel()

ilWikiExportOptionHTML::getLabel ( )

Definition at line 61 of file class.ilWikiExportOptionHTML.php.

61 : string
62 {
63 $this->lng->loadLanguageModule('exp');
64 return $this->lng->txt('exp_format_dropdown-html');
65 }

References ILIAS\Repository\lng().

+ Here is the call graph for this function:

◆ getSupportedRepositoryObjectTypes()

ilWikiExportOptionHTML::getSupportedRepositoryObjectTypes ( )

Definition at line 56 of file class.ilWikiExportOptionHTML.php.

56 : array
57 {
58 return ['wiki'];
59 }

◆ init()

ilWikiExportOptionHTML::init ( Container  $DIC)

Reimplemented from ILIAS\Export\HTML\ExportOptionBase.

Definition at line 35 of file class.ilWikiExportOptionHTML.php.

35 : void
36 {
37 $this->lng = $DIC->language();
39 }
language()
Get interface to the i18n service.
Definition: Container.php:95
global $DIC
Definition: shib_login.php:26

References $DIC, init(), ILIAS\DI\Container\language(), and ILIAS\Repository\lng().

+ Here is the call graph for this function:

◆ isPublicAccessPossible()

ilWikiExportOptionHTML::isPublicAccessPossible ( )

Reimplemented from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicHandler.

Definition at line 41 of file class.ilWikiExportOptionHTML.php.

41 : bool
42 {
43 return true;
44 }

Field Documentation

◆ $lng

ilLanguage ilWikiExportOptionHTML::$lng
protected

Definition at line 33 of file class.ilWikiExportOptionHTML.php.


The documentation for this class was generated from the following file: