|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
HTML export class for system styles. More...
Collaboration diagram for ilSystemStyleHTMLExport:Public Member Functions | |
| __construct ($a_exp_dir) | |
| Initialisation. More... | |
| createDirectories () | |
| Create directories. More... | |
| addImage ($a_file, $a_exp_file_name="") | |
| Add (icon) image to the list of images to be exported. More... | |
| export () | |
| Export. More... | |
Private Attributes | |
| $exp_dir = "" | |
| $images = array() | |
HTML export class for system styles.
Definition at line 11 of file class.ilSystemStyleHTMLExport.php.
| ilSystemStyleHTMLExport::__construct | ( | $a_exp_dir | ) |
Initialisation.
| string | $a_exp_dir | export directory |
Definition at line 21 of file class.ilSystemStyleHTMLExport.php.
References addImage().
Here is the call graph for this function:| ilSystemStyleHTMLExport::addImage | ( | $a_file, | |
$a_exp_file_name = "" |
|||
| ) |
Add (icon) image to the list of images to be exported.
return
Definition at line 59 of file class.ilSystemStyleHTMLExport.php.
Referenced by __construct().
Here is the caller graph for this function:| ilSystemStyleHTMLExport::createDirectories | ( | ) |
Create directories.
Definition at line 45 of file class.ilSystemStyleHTMLExport.php.
References ilUtil\makeDir().
Referenced by export().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSystemStyleHTMLExport::export | ( | ) |
Export.
return
Definition at line 71 of file class.ilSystemStyleHTMLExport.php.
References $ilUser, createDirectories(), ilUtil\getImagePath(), and ilUtil\getStyleSheetLocation().
Here is the call graph for this function:
|
private |
Definition at line 13 of file class.ilSystemStyleHTMLExport.php.
|
private |
Definition at line 14 of file class.ilSystemStyleHTMLExport.php.