| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Wiki HTML exporter class. More...
 Collaboration diagram for ilWikiHTMLExport:
 Collaboration diagram for ilWikiHTMLExport:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 13 of file class.ilWikiHTMLExport.php.