ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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 | |
ilLanguage | $language |
Definition at line 24 of file class.ilPageFormats.php.
ilPageFormats::__construct | ( | ilLanguage | $language | ) |
Definition at line 33 of file class.ilPageFormats.php.
References $language, and ILIAS\UI\examples\Symbol\Glyph\Language\language().
ilPageFormats::fetchPageFormats | ( | ) |
Retrieves predefined page formats.
Definition at line 42 of file class.ilPageFormats.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
|
private |
Definition at line 31 of file class.ilPageFormats.php.
Referenced by __construct().
const ilPageFormats::DEFAULT_MARGIN_BODY_BOTTOM = '0cm' |
Definition at line 28 of file class.ilPageFormats.php.
Referenced by ilCertificateGUI\createFormatArray(), and ilFormFieldParser\fetchDefaultFormFields().
const ilPageFormats::DEFAULT_MARGIN_BODY_LEFT = '2cm' |
Definition at line 29 of file class.ilPageFormats.php.
Referenced by ilCertificateGUI\createFormatArray(), and ilFormFieldParser\fetchDefaultFormFields().
const ilPageFormats::DEFAULT_MARGIN_BODY_RIGHT = '2cm' |
Definition at line 27 of file class.ilPageFormats.php.
Referenced by ilCertificateGUI\createFormatArray(), and ilFormFieldParser\fetchDefaultFormFields().
const ilPageFormats::DEFAULT_MARGIN_BODY_TOP = '0cm' |
Definition at line 26 of file class.ilPageFormats.php.
Referenced by ilCertificateGUI\createFormatArray(), and ilFormFieldParser\fetchDefaultFormFields().