ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilImprint.php
Go to the documentation of this file.
1 <?php
2 
21 class ilImprint extends ilPageObject
22 {
27  public function getParentType(): string
28  {
29  return "impr";
30  }
31 
32  public static function isActive(): bool
33  {
34  return self::_lookupActive(1, "impr");
35  }
36 }
getParentType()
Get parent type.
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)
static isActive()