ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
This exports the whole. More...
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 | $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().
ILIAS\Notes\Export\NotesHtmlExport::exportHTML | ( | $page_content | ) |
Export HTML.
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().
ILIAS\Notes\Export\NotesHtmlExport::exportPage | ( | string | $content | ) |
Export page.
Definition at line 121 of file class.NotesHtmlExport.php.
References ILIAS\Notes\Export\NotesHtmlExport\getInitialisedTemplate(), ILIAS\Repository\lng(), ILIAS\Notes\Note\PRIVATE, and ILIAS\Notes\Export\NotesHtmlExport\writeExportFile().
Referenced by ILIAS\Notes\Export\NotesHtmlExport\exportHTML().
|
protected |
Definition at line 101 of file class.NotesHtmlExport.php.
Referenced by ILIAS\Notes\Export\NotesHtmlExport\exportHTML().
|
protected |
Get initialised template.
Definition at line 136 of file class.NotesHtmlExport.php.
References $DIC, and ilUtil\getStyleSheetLocation().
Referenced by ILIAS\Notes\Export\NotesHtmlExport\exportPage().
|
protected |
Definition at line 76 of file class.NotesHtmlExport.php.
References ilFileUtils\delDir(), and ilFileUtils\makeDir().
Referenced by ILIAS\Notes\Export\NotesHtmlExport\exportHTML().
|
protected |
Write HTML to file.
Definition at line 159 of file class.NotesHtmlExport.php.
References ilGlobalPageTemplate\printToString(), and ilGlobalPageTemplate\setContent().
Referenced by ILIAS\Notes\Export\NotesHtmlExport\exportPage().
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().
|
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().