|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This exports the whole. More...
Collaboration diagram for ILIAS\Notes\Export\NotesHtmlExport:Public Member Functions | |
| __construct (int $type, int $user_id, array $author_ids) | |
| exportHTML ($page_content) | |
| Export HTML. More... | |
| zipPackage () | |
| exportPage (string $content) | |
| Export page. More... | |
Protected Member Functions | |
| initDirectories () | |
| exportUserImages () | |
| getInitialisedTemplate () | |
| Get initialised template. More... | |
| writeExportFile (string $a_file, \ilGlobalPageTemplate $a_tpl, string $a_content) | |
| Write HTML to file. More... | |
Protected Attributes | |
| ilLanguage | $lng |
| int | $user_id |
| int | $type |
| array | $author_ids |
| string | $export_dir |
| string | $sub_dir |
| string | $target_dir |
| ILIAS GlobalScreen Services | $global_screen |
| ILIAS components Export HTML Util | $export_util |
Static Protected Attributes | |
| static bool | $export_key_set = false |
This exports the whole.
Definition at line 29 of file class.NotesHtmlExport.php.
| ILIAS\Notes\Export\NotesHtmlExport::__construct | ( | int | $type, |
| int | $user_id, | ||
| array | $author_ids | ||
| ) |
Definition at line 45 of file class.NotesHtmlExport.php.
References ILIAS\Notes\Export\NotesHtmlExport\$author_ids, $DIC, ILIAS\Notes\Export\NotesHtmlExport\$sub_dir, ILIAS\Notes\Export\NotesHtmlExport\$type, ILIAS\Notes\Export\NotesHtmlExport\$user_id, ilExport\_createExportDirectory(), ilExport\_getExportDirectory(), ilHTMLExportViewLayoutProvider\HTML_EXPORT_RENDERING, and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Notes\Export\NotesHtmlExport::exportHTML | ( | $page_content | ) |
Export HTML.
ILIAS\UI\NotImplementedException
Definition at line 88 of file class.NotesHtmlExport.php.
References ilFileDelivery\deliverFileLegacy(), ILIAS\Notes\Export\NotesHtmlExport\exportPage(), ILIAS\Notes\Export\NotesHtmlExport\exportUserImages(), ILIAS\Notes\Export\NotesHtmlExport\initDirectories(), and ILIAS\Notes\Export\NotesHtmlExport\zipPackage().
Here is the call graph for this function:| ILIAS\Notes\Export\NotesHtmlExport::exportPage | ( | string | $content | ) |
Export page.
ILIAS\UI\NotImplementedException
Definition at line 121 of file class.NotesHtmlExport.php.
Referenced by ILIAS\Notes\Export\NotesHtmlExport\exportHTML().
Here is the caller graph for this function:
|
protected |
Definition at line 101 of file class.NotesHtmlExport.php.
Referenced by ILIAS\Notes\Export\NotesHtmlExport\exportHTML().
Here is the caller graph for this function:
|
protected |
Get initialised template.
Definition at line 136 of file class.NotesHtmlExport.php.
References $DIC, and ilUtil\getStyleSheetLocation().
Here is the call graph for this function:
|
protected |
Definition at line 76 of file class.NotesHtmlExport.php.
References ilFileUtils\delDir(), and ilFileUtils\makeDir().
Referenced by ILIAS\Notes\Export\NotesHtmlExport\exportHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Write HTML to file.
Definition at line 159 of file class.NotesHtmlExport.php.
| ILIAS\Notes\Export\NotesHtmlExport::zipPackage | ( | ) |
Definition at line 107 of file class.NotesHtmlExport.php.
References ilExport\_getExportDirectory(), ilFileUtils\delDir(), and ilFileUtils\zip().
Referenced by ILIAS\Notes\Export\NotesHtmlExport\exportHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 38 of file class.NotesHtmlExport.php.
Referenced by ILIAS\Notes\Export\NotesHtmlExport\__construct().
|
protected |
Definition at line 39 of file class.NotesHtmlExport.php.
|
staticprotected |
Definition at line 31 of file class.NotesHtmlExport.php.
Definition at line 43 of file class.NotesHtmlExport.php.
|
protected |
Definition at line 42 of file class.NotesHtmlExport.php.
|
protected |
Definition at line 32 of file class.NotesHtmlExport.php.
|
protected |
Definition at line 40 of file class.NotesHtmlExport.php.
Referenced by ILIAS\Notes\Export\NotesHtmlExport\__construct().
|
protected |
Definition at line 41 of file class.NotesHtmlExport.php.
|
protected |
Definition at line 34 of file class.NotesHtmlExport.php.
Referenced by ILIAS\Notes\Export\NotesHtmlExport\__construct().
|
protected |
Definition at line 33 of file class.NotesHtmlExport.php.
Referenced by ILIAS\Notes\Export\NotesHtmlExport\__construct().