| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
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\fillRow(), ilWikiPagesTableGUI\getPages(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), and ilObjWikiGUI\newPagesObject().
| const IL_WIKI_ORPHANED_PAGES = "orphaned" | 
Definition at line 11 of file class.ilWikiPagesTableGUI.php.
Referenced by ilWikiPagesTableGUI\getPages(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), and ilObjWikiGUI\orphanedPagesObject().
| const IL_WIKI_POPULAR_PAGES = "popular" | 
Definition at line 9 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 10 of file class.ilWikiPagesTableGUI.php.
Referenced by ilWikiPagesTableGUI\getPages(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), and ilWikiPageGUI\whatLinksHere().