ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
dev.txt.php
Go to the documentation of this file.
1<?php exit; ?>
2
3===================================
4HTML Export
5===================================
6
7todo
8- ilObjContentObject::exportHTML: create directories move to page components
9- ilObjContentObject::exportHTML: export system style sheet -> system style class in
10
11
12===================================
13LMPresentation
14===================================
15
16Typical Control Flow
17
18- executeCommand()
19 - layout()
20 - determineLayout()
21 - getCurrentPageId()
22 - ilPage
23 - ilTOC
24 - ilMainMenu
25 - ...
26
27
28===================================
29Question processing
30===================================
31
32
33
34
35===================================
36LP in Learning Modules
37===================================
38
39See ilLMTracker class.
exit
Definition: dev.txt.php:1
Track access to ILIAS learning modules.
exportHTML($a_target_dir, $log, $a_zip_file=true, $a_export_format="html", $a_lang="")
export html package
Listener for question changes.