ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $a_wiki_id) | |
getAllInfo (int $a_type=self::TYPE_ALL) | |
save (int $a_id, int $a_new_pages=0, int $a_add_to_page=0) | |
Add wiki page template. More... | |
remove (int $a_id) | |
Remove template status of a page. More... | |
isPageTemplate (int $a_id) | |
Is page set as template? More... | |
Data Fields | |
const | TYPE_ALL = 0 |
const | TYPE_NEW_PAGES = 1 |
const | TYPE_ADD_TO_PAGE = 2 |
Protected Attributes | |
ilDBInterface | $db |
int | $wiki_id |
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 Wiki page template
Definition at line 24 of file class.ilWikiPageTemplate.php.
ilWikiPageTemplate::__construct | ( | int | $a_wiki_id | ) |
ilWikiPageTemplate::getAllInfo | ( | int | $a_type = self::TYPE_ALL | ) |
Definition at line 42 of file class.ilWikiPageTemplate.php.
Referenced by ilObjWikiGUI\initTemplateSelectionForm().
ilWikiPageTemplate::isPageTemplate | ( | int | $a_id | ) |
ilWikiPageTemplate::remove | ( | int | $a_id | ) |
Remove template status of a page.
int | $a_id | wiki page id |
Definition at line 107 of file class.ilWikiPageTemplate.php.
Referenced by ilWikiPageTemplateGUI\remove(), and ilWikiPageTemplateGUI\removePageTemplateFromPageAction().
ilWikiPageTemplate::save | ( | int | $a_id, |
int | $a_new_pages = 0 , |
||
int | $a_add_to_page = 0 |
||
) |
Add wiki page template.
int | $a_id | wiki page id |
Definition at line 70 of file class.ilWikiPageTemplate.php.
Referenced by ilWikiPageTemplateGUI\add(), ilWikiPageTemplateGUI\addPageTemplateFromPageAction(), and ilWikiPageTemplateGUI\saveTemplateSettings().
|
protected |
Definition at line 30 of file class.ilWikiPageTemplate.php.
|
protected |
Definition at line 31 of file class.ilWikiPageTemplate.php.
const ilWikiPageTemplate::TYPE_ADD_TO_PAGE = 2 |
Definition at line 28 of file class.ilWikiPageTemplate.php.
Referenced by ilWikiPage\getContentTemplates().
const ilWikiPageTemplate::TYPE_ALL = 0 |
Definition at line 26 of file class.ilWikiPageTemplate.php.
const ilWikiPageTemplate::TYPE_NEW_PAGES = 1 |
Definition at line 27 of file class.ilWikiPageTemplate.php.
Referenced by ilObjWiki\createWikiPage(), ilObjWiki\getTemplateSelectionOnCreation(), and ilObjWikiGUI\initTemplateSelectionForm().