|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilPageFormats: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().
Here is the call graph for this function:| ilPageFormats::fetchPageFormats | ( | ) |
Retrieves predefined page formats.
Definition at line 42 of file class.ilPageFormats.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:
|
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().