|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Blog\Export\BlogHtmlExport:Public Member Functions | |
| setPrintVersion (bool $print_version) | |
| includeComments (bool $a_include_comments) | |
| exportHTML () | |
| Export HTML. More... | |
| exportHTMLPages (?string $a_link_template=null, ?\Closure $a_tpl_callback=null, ?\ilCOPageHTMLExport $a_co_page_html_export=null, string $a_index_name="index.html") | |
| Export all pages (note: this one is called from the portfolio html export!) More... | |
| exportHTMLPagesPrint () | |
| Export all pages as one print version. More... | |
| collectAllPagesPageElements (\ilCOPageHTMLExport $co_page_html_export) | |
| delete () | |
| getFilePath () | |
Static Public Member Functions | |
| static | buildExportLink (string $a_template, string $a_type, string $a_id, array $keywords) |
| Build static export link. More... | |
Protected Member Functions | |
| init () | |
| initDirectories () | |
| exportUserImages () | |
| getInitialisedTemplate (string $a_back_url="") | |
| Get initialised template. More... | |
| writeExportFile (string $a_file, \ilGlobalPageTemplate $a_tpl, string $a_content, string $a_right_content="", bool $a_back=false, string $comments="") | |
| Write HTML to file. More... | |
Protected Attributes | |
| ILIAS components Export HTML ExportCollector | $collector |
| ilObjBlog | $blog |
| ilObjBlogGUI | $blog_gui |
| string | $export_dir |
| string | $sub_dir |
| string | $target_dir |
| ILIAS GlobalScreen Services | $global_screen |
| Util | $export_util |
| ilCOPageHTMLExport | $co_page_html_export |
| ilLanguage | $lng |
| ilTabsGUI | $tabs |
| array | $items |
| array | $keywords |
| bool | $include_comments = false |
| bool | $print_version = false |
| ILIAS Style Content Object ObjectFacade | $content_style_domain |
Static Protected Attributes | |
| static array | $keyword_export_map |
| static bool | $export_key_set = false |
Definition at line 26 of file BlogHtmlExport.php.
|
static |
Build static export link.
Definition at line 306 of file BlogHtmlExport.php.
| ILIAS\Blog\Export\BlogHtmlExport::collectAllPagesPageElements | ( | \ilCOPageHTMLExport | $co_page_html_export | ) |
Definition at line 293 of file BlogHtmlExport.php.
References ilPageObject\_exists(), ilCOPageHTMLExport\collectPageElements(), and ilBlogPosting\getAllPostings().
Here is the call graph for this function:| ILIAS\Blog\Export\BlogHtmlExport::delete | ( | ) |
Definition at line 408 of file BlogHtmlExport.php.
| ILIAS\Blog\Export\BlogHtmlExport::exportHTML | ( | ) |
Export HTML.
ILIAS\UI\NotImplementedException
Definition at line 116 of file BlogHtmlExport.php.
| ILIAS\Blog\Export\BlogHtmlExport::exportHTMLPages | ( | ?string | $a_link_template = null, |
| ?\Closure | $a_tpl_callback = null, |
||
| ?\ilCOPageHTMLExport | $a_co_page_html_export = null, |
||
| string | $a_index_name = "index.html" |
||
| ) |
Export all pages (note: this one is called from the portfolio html export!)
ILIAS\UI\NotImplementedException
Definition at line 160 of file BlogHtmlExport.php.
| ILIAS\Blog\Export\BlogHtmlExport::exportHTMLPagesPrint | ( | ) |
Export all pages as one print version.
Definition at line 281 of file BlogHtmlExport.php.
|
protected |
Definition at line 147 of file BlogHtmlExport.php.
| ILIAS\Blog\Export\BlogHtmlExport::getFilePath | ( | ) |
Definition at line 413 of file BlogHtmlExport.php.
|
protected |
Get initialised template.
Definition at line 336 of file BlogHtmlExport.php.
| ILIAS\Blog\Export\BlogHtmlExport::includeComments | ( | bool | $a_include_comments | ) |
Definition at line 98 of file BlogHtmlExport.php.
|
protected |
Definition at line 89 of file BlogHtmlExport.php.
|
protected |
Definition at line 104 of file BlogHtmlExport.php.
References ilFileUtils\delDir(), and ilFileUtils\makeDir().
Here is the call graph for this function:| ILIAS\Blog\Export\BlogHtmlExport::setPrintVersion | ( | bool | $print_version | ) |
Definition at line 93 of file BlogHtmlExport.php.
References ILIAS\Blog\Export\BlogHtmlExport\$print_version.
|
protected |
Write HTML to file.
Definition at line 369 of file BlogHtmlExport.php.
|
protected |
Definition at line 29 of file BlogHtmlExport.php.
|
protected |
Definition at line 30 of file BlogHtmlExport.php.
|
protected |
Definition at line 36 of file BlogHtmlExport.php.
|
protected |
Definition at line 28 of file BlogHtmlExport.php.
|
protected |
Definition at line 45 of file BlogHtmlExport.php.
|
protected |
Definition at line 31 of file BlogHtmlExport.php.
|
staticprotected |
Definition at line 44 of file BlogHtmlExport.php.
|
protected |
Definition at line 35 of file BlogHtmlExport.php.
|
protected |
Definition at line 34 of file BlogHtmlExport.php.
|
protected |
Definition at line 42 of file BlogHtmlExport.php.
|
protected |
Definition at line 39 of file BlogHtmlExport.php.
|
staticprotected |
Definition at line 40 of file BlogHtmlExport.php.
|
protected |
Definition at line 41 of file BlogHtmlExport.php.
|
protected |
Definition at line 37 of file BlogHtmlExport.php.
|
protected |
Definition at line 43 of file BlogHtmlExport.php.
Referenced by ILIAS\Blog\Export\BlogHtmlExport\setPrintVersion().
|
protected |
Definition at line 32 of file BlogHtmlExport.php.
|
protected |
Definition at line 38 of file BlogHtmlExport.php.
|
protected |
Definition at line 33 of file BlogHtmlExport.php.