ILIAS
Release_4_0_x_branch Revision 61816
|
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 26 of file class.ilWikiPagesTableGUI.php.
Referenced by ilObjWikiGUI\allPagesObject(), and ilWikiPagesTableGUI\getPages().
const IL_WIKI_NEW_PAGES = "new" |
Definition at line 27 of file class.ilWikiPagesTableGUI.php.
Referenced by ilWikiPagesTableGUI\fillRow(), ilWikiPagesTableGUI\getPages(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), and ilObjWikiGUI\newPagesObject().
const IL_WIKI_ORPHANED_PAGES = "orphaned" |
Definition at line 30 of file class.ilWikiPagesTableGUI.php.
Referenced by ilWikiPagesTableGUI\getPages(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), and ilObjWikiGUI\orphanedPagesObject().
const IL_WIKI_POPULAR_PAGES = "popular" |
Definition at line 28 of file class.ilWikiPagesTableGUI.php.
Referenced by ilWikiPagesTableGUI\fillRow(), ilWikiPagesTableGUI\getPages(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), and ilObjWikiGUI\popularPagesObject().
const IL_WIKI_WHAT_LINKS_HERE = "what_links" |
Definition at line 29 of file class.ilWikiPagesTableGUI.php.
Referenced by ilWikiPagesTableGUI\getPages(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), and ilWikiPageGUI\whatLinksHere().