ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilUIFramework.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 {
27  public const BOOTSTRAP_JS = "./assets/js/bootstrap.min.js";
28 
29  public static function init(?ilGlobalTemplateInterface $template = null): void
30  {
31  global $DIC;
32 
33  $template = $template ?? $DIC->ui()->mainTemplate();
34  $template->addJavaScript(
35  self::BOOTSTRAP_JS,
36  true,
37  0
38  );
39  }
40 }
static init(?ilGlobalTemplateInterface $template=null)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
global $DIC
Definition: shib_login.php:22