| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Exporter class for sessions. More...
 Inheritance diagram for ilForumExporter:
 Collaboration diagram for ilForumExporter:Public Member Functions | |
| init () | |
| getXmlRepresentation (string $a_entity, string $a_schema_version, string $a_id) | |
| getXmlExportTailDependencies (string $a_entity, string $a_target_release, array $a_ids) | |
| getValidSchemaVersions (string $a_entity) | |
| Returns schema versions that the component can export to.  More... | |
  Public Member Functions inherited from ilXmlExporter | |
| __construct () | |
| setExport (ilExport $a_exp) | |
| getExport () | |
| getXmlRepresentation (string $a_entity, string $a_schema_version, string $a_id) | |
| init () | |
| setExportDirectories (string $a_dir_relative, string $a_dir_absolute) | |
| getRelativeExportDirectory () | |
| getAbsoluteExportDirectory () | |
| getXmlExportHeadDependencies (string $a_entity, string $a_target_release, array $a_ids) | |
| Get head dependencies.  More... | |
| getXmlExportTailDependencies (string $a_entity, string $a_target_release, array $a_ids) | |
| Get tail dependencies.  More... | |
| getValidSchemaVersions (string $a_entity) | |
| Returns schema versions that the component can export to.  More... | |
| determineSchemaVersion (string $a_entity, string $a_target_release) | |
Protected Attributes | |
| ILIAS Style Content DomainService | $content_style_domain | 
  Protected Attributes inherited from ilXmlExporter | |
| ilExport | $exp | 
Additional Inherited Members | |
  Static Public Member Functions inherited from ilXmlExporter | |
| static | lookupExportDirectory (string $a_obj_type, int $a_obj_id, string $a_export_type='xml', string $a_entity="") | 
  Data Fields inherited from ilForumObjectConstants | |
| const | OBJ_TYPE = 'frm' | 
| const | UI_TAB_ID_INFO = 'info_short' | 
| const | UI_TAB_ID_SETTINGS = 'settings' | 
| const | UI_TAB_ID_MODERATORS = 'frm_moderators' | 
| const | UI_TAB_ID_THREADS = 'forums_threads' | 
| const | UI_TAB_ID_STATS = 'frm_statistics' | 
| const | UI_TAB_ID_EXPORT = 'export' | 
| const | UI_TAB_ID_PERMISSIONS = 'perm_settings' | 
| const | UI_SUB_TAB_ID_BASIC_SETTINGS = 'general' | 
| const | UI_SUB_TAB_ID_NOTIFICATIONS = 'notifications' | 
| const | UI_SUB_TAB_ID_NEWS = 'cont_news_settings' | 
| const | UI_SUB_TAB_ID_STYLE = 'cont_style' | 
| const | UI_CMD_COPAGE_DOWNLOAD_FILE = 'downloadFile' | 
| const | UI_CMD_COPAGE_DISPLAY_FULLSCREEN = 'displayMediaFullscreen' | 
| const | UI_CMD_COPAGE_DOWNLOAD_PARAGRAPH = 'download_paragraph' | 
| ilForumExporter::getValidSchemaVersions | ( | string | $a_entity | ) | 
Returns schema versions that the component can export to.
ILIAS chooses the first one, that has min/max constraints which fit to the target release. Please put the newest on top.
Definition at line 121 of file class.ilForumExporter.php.
| ilForumExporter::getXmlExportTailDependencies | ( | string | $a_entity, | 
| string | $a_target_release, | ||
| array | $a_ids | ||
| ) | 
Definition at line 59 of file class.ilForumExporter.php.
References ilObjectFactory\getInstanceByObjId().
 Here is the call graph for this function:| ilForumExporter::getXmlRepresentation | ( | string | $a_entity, | 
| string | $a_schema_version, | ||
| string | $a_id | ||
| ) | 
Definition at line 40 of file class.ilForumExporter.php.
References ilObject\_lookupType(), ilXmlExporter\getAbsoluteExportDirectory(), and ilFileUtils\makeDirParents().
 Here is the call graph for this function:| ilForumExporter::init | ( | ) | 
      
  | 
  protected | 
Definition at line 29 of file class.ilForumExporter.php.