ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilGlossaryDefPage.php
Go to the documentation of this file.
1 <?php
2 
24 {
25  public function getParentType(): string
26  {
27  return "term";
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 }
Content object of ilPageObject (see ILIAS DTD).
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)