ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 | ) |
Definition at line 18 of file class.ilPageFormats.php.
References $language, and language().
ilPageFormats::fetchPageFormats | ( | ) |
Retrieves predefined page formats.
Definition at line 28 of file class.ilPageFormats.php.
References language().
|
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().