ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
beforePageContentUpdate(ilPageContent $a_page_content)
Before page content update Note: This one is "work in progress", currently only text paragraphs call ...
static lookupAutoGlossaries(int $a_id)
Content object of ilPageObject (see ILIAS DTD).
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)