ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
class.ilGuidedTourPage.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22{
23 public function getParentType(): string
24 {
25 return "gdtr";
26 }
27}
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)