ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilFrameTargetInfo Class Reference
+ Collaboration diagram for ilFrameTargetInfo:

Static Public Member Functions

static _getFrame (string $a_class)
 

Static Protected Member Functions

static getLtiFrame ()
 

Detailed Description

Member Function Documentation

◆ _getFrame()

static ilFrameTargetInfo::_getFrame ( string  $a_class)
static

◆ getLtiFrame()

static ilFrameTargetInfo::getLtiFrame ( )
staticprotected

Definition at line 28 of file class.ilFrameTargetInfo.php.

References $DIC.

28  : string
29  {
30  global $DIC;
31 
32  if ($DIC->offsetExists('lti') && $DIC['lti']->isActive()) {
33  return '_self';
34  }
35 
36  return '_top';
37  }
global $DIC
Definition: feed.php:28

The documentation for this class was generated from the following file: