ILIAS
Release_4_4_x_branch Revision 61816
|
HTML export class for system styles. More...
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().
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().
ilSystemStyleHTMLExport::createDirectories | ( | ) |
Create directories.
Definition at line 50 of file class.ilSystemStyleHTMLExport.php.
References ilUtil\makeDir().
Referenced by export().
ilSystemStyleHTMLExport::export | ( | ) |
Export.
@return |
Definition at line 76 of file class.ilSystemStyleHTMLExport.php.
References $ilUser, createDirectories(), ilUtil\getImagePath(), and ilUtil\getStyleSheetLocation().
|
private |
Definition at line 13 of file class.ilSystemStyleHTMLExport.php.
|
private |
Definition at line 14 of file class.ilSystemStyleHTMLExport.php.