ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilImprint.php
Go to the documentation of this file.
1 <?php
2 
24 class ilImprint extends ilPageObject
25 {
30  public function getParentType(): string
31  {
32  return "impr";
33  }
34 
35  public static function isActive(): bool
36  {
37  return self::_lookupActive(1, "impr");
38  }
39 }
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()