ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Go to the source code of this file.
Data Structures | |
class | ilWikiPagesTableGUI |
TableGUI class for wiki pages table. More... | |
Variables | |
const | IL_WIKI_ALL_PAGES "all" |
const | IL_WIKI_NEW_PAGES "new" |
const | IL_WIKI_POPULAR_PAGES "popular" |
const | IL_WIKI_WHAT_LINKS_HERE "what_links" |
const | IL_WIKI_ORPHANED_PAGES "orphaned" |
const IL_WIKI_ALL_PAGES "all" |
Definition at line 7 of file class.ilWikiPagesTableGUI.php.
Referenced by ilObjWikiGUI\allPagesObject(), and ilWikiPagesTableGUI\getPages().
const IL_WIKI_NEW_PAGES "new" |
Definition at line 8 of file class.ilWikiPagesTableGUI.php.
Referenced by ilWikiPagesTableGUI\__construct(), ilWikiPagesTableGUI\fillRow(), ilWikiPagesTableGUI\getPages(), and ilObjWikiGUI\newPagesObject().
const IL_WIKI_ORPHANED_PAGES "orphaned" |
Definition at line 11 of file class.ilWikiPagesTableGUI.php.
Referenced by ilWikiPagesTableGUI\__construct(), ilWikiPagesTableGUI\getPages(), and ilObjWikiGUI\orphanedPagesObject().
const IL_WIKI_POPULAR_PAGES "popular" |
Definition at line 9 of file class.ilWikiPagesTableGUI.php.
Referenced by ilWikiPagesTableGUI\__construct(), ilWikiPagesTableGUI\fillRow(), ilWikiPagesTableGUI\getPages(), and ilObjWikiGUI\popularPagesObject().
const IL_WIKI_WHAT_LINKS_HERE "what_links" |
Definition at line 10 of file class.ilWikiPagesTableGUI.php.
Referenced by ilWikiPagesTableGUI\__construct(), ilWikiPagesTableGUI\getPages(), and ilWikiPageGUI\whatLinksHere().