ILIAS
release_8 Revision v8.19
|
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" |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More... | |
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" |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilWikiPagesTableGUI.php.
Referenced by ilObjWikiGUI\allPagesObject(), and ilWikiPagesTableGUI\getPages().
const IL_WIKI_NEW_PAGES = "new" |
Definition at line 20 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 23 of file class.ilWikiPagesTableGUI.php.
Referenced by ilWikiPagesTableGUI\__construct(), ilWikiPagesTableGUI\getPages(), and ilObjWikiGUI\orphanedPagesObject().
const IL_WIKI_POPULAR_PAGES = "popular" |
Definition at line 21 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 22 of file class.ilWikiPagesTableGUI.php.
Referenced by ilWikiPagesTableGUI\__construct(), ilWikiPagesTableGUI\getPages(), and ilWikiPageGUI\whatLinksHere().