|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilWikiPageTemplate:Public Member Functions | |
| __construct (int $a_wiki_id) | |
| getAllInfo (int $a_type=self::TYPE_ALL, string $lang="-") | |
| 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, |
| string | $lang = "-" |
||
| ) |
Definition at line 42 of file class.ilWikiPageTemplate.php.
Referenced by ilObjWikiGUI\getNewTranslatedPageForm(), and ilObjWikiGUI\initTemplateSelectionForm().
Here is the caller graph for this function:| 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 113 of file class.ilWikiPageTemplate.php.
Referenced by ilWikiPageTemplateGUI\remove(), and ilWikiPageTemplateGUI\removePageTemplateFromPageAction().
Here is the caller graph for this function:| 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 76 of file class.ilWikiPageTemplate.php.
Referenced by ilWikiPageTemplateGUI\add(), ilWikiPageTemplateGUI\addPageTemplateFromPageAction(), and ilWikiPageTemplateGUI\saveTemplateSettings().
Here is the caller graph for this function:
|
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 ILIAS\Wiki\Page\PageManager\createWikiPage(), ilObjWiki\createWikiPage(), ilObjWikiGUI\getNewTranslatedPageForm(), ilObjWiki\getTemplateSelectionOnCreation(), and ilObjWikiGUI\initTemplateSelectionForm().