ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
HTML export class for system styles. More...
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 = [] | |
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.
$a_file | ||
string | $a_exp_file_name |
Definition at line 58 of file class.ilSystemStyleHTMLExport.php.
References images.
Referenced by __construct().
ilSystemStyleHTMLExport::createDirectories | ( | ) |
Create directories.
Definition at line 45 of file class.ilSystemStyleHTMLExport.php.
References ilUtil\makeDir().
Referenced by export().
ilSystemStyleHTMLExport::export | ( | ) |
Export.
Definition at line 67 of file class.ilSystemStyleHTMLExport.php.
References $from, $ilUser, createDirectories(), ilUtil\getImagePath(), ilUtil\getStyleSheetLocation(), and images.
|
private |
Definition at line 13 of file class.ilSystemStyleHTMLExport.php.
|
private |
Definition at line 14 of file class.ilSystemStyleHTMLExport.php.