ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilGlossaryDefPage.php
Go to the documentation of this file.
1 <?php
2 
24 {
25  public function getParentType(): string
26  {
27  return "gdf";
28  }
29 
30  public function beforePageContentUpdate(ilPageContent $a_page_content): void
31  {
32  if ($a_page_content->getType() == "par") {
34  $a_page_content->autoLinkGlossaries($glos);
35  }
36  }
37 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static lookupAutoGlossaries(int $a_id)
beforePageContentUpdate(ilPageContent $a_page_content)