ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 42 of file class.ilFrameTargetInfo.php.

42 : string
43 {
44 global $DIC;
45
46 if ($DIC->offsetExists('lti') && $DIC['lti']->isActive()) {
47 return '_self';
48 }
49
50 return '_top';
51 }
global $DIC
Definition: shib_login.php:26

References $DIC.

Referenced by _getFrame().

+ Here is the caller graph for this function:

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