ILIAS
Release_4_4_x_branch Revision 61816
|
Wiki HTML exporter class. More...
Public Member Functions | |
__construct ($a_wiki_gui) | |
Constructir. | |
buildExportFile () | |
Build export file. | |
exportHTMLPages () | |
Export all pages. | |
exportPageHTML ($a_page_id) | |
Export page html. |
Protected Attributes | |
$wiki_gui |
ilWikiHTMLExport::__construct | ( | $a_wiki_gui | ) |
Constructir.
@return |
Definition at line 21 of file class.ilWikiHTMLExport.php.
ilWikiHTMLExport::buildExportFile | ( | ) |
Build export file.
@return |
Definition at line 33 of file class.ilWikiHTMLExport.php.
References ilExport\_createExportDirectory(), ilExport\_getExportDirectory(), ilUtil\delDir(), exportHTMLPages(), ilUtil\makeDir(), and ilUtil\zip().
ilWikiHTMLExport::exportHTMLPages | ( | ) |
Export all pages.
Definition at line 84 of file class.ilWikiHTMLExport.php.
References $ilBench, $tpl, ilPageObject\_exists(), exportPageHTML(), and ilWikiPage\getAllPages().
Referenced by buildExportFile().
ilWikiHTMLExport::exportPageHTML | ( | $a_page_id | ) |
Export page html.
Definition at line 106 of file class.ilWikiHTMLExport.php.
References $file, $ilUser, and $lng.
Referenced by exportHTMLPages().
|
protected |
Definition at line 13 of file class.ilWikiHTMLExport.php.