ILIAS
Release_3_10_x_branch Revision 61812
|
Go to the source code of this file.
Data Structures | |
class | ilPageObject |
Class ilPageObject. More... |
Variables | |
const | IL_INSERT_BEFORE = 0 |
const | IL_INSERT_AFTER = 1 |
const | IL_INSERT_CHILD = 2 |
const | IL_CHAPTER_TITLE = "st_title" |
const | IL_PAGE_TITLE = "pg_title" |
const | IL_NO_HEADER = "none" |
const IL_CHAPTER_TITLE = "st_title" |
Definition at line 34 of file class.ilPageObject.php.
const IL_INSERT_AFTER = 1 |
Definition at line 31 of file class.ilPageObject.php.
Referenced by ilPCFileList\create(), ilPCList\create(), ilPCTable\create(), ilPCDataTable\create(), ilPCTabs\create(), ilPCSection\create(), ilPCPlugged\create(), ilPCMap\create(), ilPCResources\create(), ilPCParagraph\create(), ilPCMediaObject\createAlias(), ilPageObject\insertContent(), and ilPageObject\moveContentAfter().
const IL_INSERT_BEFORE = 0 |
Definition at line 30 of file class.ilPageObject.php.
Referenced by ilPageObject\insertContent(), and ilPageObject\moveContentBefore().
const IL_INSERT_CHILD = 2 |
Definition at line 32 of file class.ilPageObject.php.
Referenced by ilPageObject\insertContent().
const IL_NO_HEADER = "none" |
Definition at line 36 of file class.ilPageObject.php.
const IL_PAGE_TITLE = "pg_title" |
Definition at line 35 of file class.ilPageObject.php.