|
ILIAS
Release_4_3_x_branch Revision 61807
|
HTML export class for system styles. More...
Collaboration diagram for ilSystemStyleHTMLExport:Public Member Functions | |
| __construct ($a_exp_dir) | |
| Initialisation. | |
| createDirectories () | |
| Create directories. | |
| addImage ($a_file, $a_exp_file_name="") | |
| Add (icon) image to the list of images to be exported. | |
| export () | |
| Export. | |
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 64 of file class.ilSystemStyleHTMLExport.php.
Referenced by __construct().
Here is the caller graph for this function:| ilSystemStyleHTMLExport::createDirectories | ( | ) |
Create directories.
Definition at line 50 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 76 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.