ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (ilLanguage $language) | |
fetchPageFormats () | |
Retrieves predefined page formats. More... | |
Data Fields | |
const | DEFAULT_MARGIN_BODY_TOP = '0cm' |
const | DEFAULT_MARGIN_BODY_RIGHT = '2cm' |
const | DEFAULT_MARGIN_BODY_BOTTOM = '0cm' |
const | DEFAULT_MARGIN_BODY_LEFT = '2cm' |
Private Attributes | |
$language | |
Definition at line 7 of file class.ilPageFormats.php.
ilPageFormats::__construct | ( | ilLanguage | $language | ) |
ilPageFormats::fetchPageFormats | ( | ) |
Retrieves predefined page formats.
Definition at line 28 of file class.ilPageFormats.php.
|
private |
Definition at line 16 of file class.ilPageFormats.php.
Referenced by __construct().
const ilPageFormats::DEFAULT_MARGIN_BODY_BOTTOM = '0cm' |
Definition at line 11 of file class.ilPageFormats.php.
Referenced by ilCertificateGUI\createFormatArray(), and ilFormFieldParser\fetchDefaultFormFields().
const ilPageFormats::DEFAULT_MARGIN_BODY_LEFT = '2cm' |
Definition at line 12 of file class.ilPageFormats.php.
Referenced by ilCertificateGUI\createFormatArray(), and ilFormFieldParser\fetchDefaultFormFields().
const ilPageFormats::DEFAULT_MARGIN_BODY_RIGHT = '2cm' |
Definition at line 10 of file class.ilPageFormats.php.
Referenced by ilCertificateGUI\createFormatArray(), and ilFormFieldParser\fetchDefaultFormFields().
const ilPageFormats::DEFAULT_MARGIN_BODY_TOP = '0cm' |
Definition at line 9 of file class.ilPageFormats.php.
Referenced by ilCertificateGUI\createFormatArray(), and ilFormFieldParser\fetchDefaultFormFields().