ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
logout-iframe-wrapper.php File Reference

Go to the source code of this file.

Variables

 $id = $this->data['auth_state']
 
 $SPs = $this->data['SPs']
 
 $iframeURL = 'logout-iframe.php?type=embed&id='.urlencode($id)
 
 $iframeHeight = 25 + count($SPs) * 4
 
$this data ['header'] = $this->t('{logout:progress}')
 

Variable Documentation

◆ $id

$id = $this->data['auth_state']

Definition at line 3 of file logout-iframe-wrapper.php.

◆ $iframeHeight

$iframeHeight = 25 + count($SPs) * 4

Definition at line 9 of file logout-iframe-wrapper.php.

◆ $iframeURL

$iframeURL = 'logout-iframe.php?type=embed&id='.urlencode($id)

Definition at line 6 of file logout-iframe-wrapper.php.

◆ $SPs

$SPs = $this->data['SPs']

Definition at line 4 of file logout-iframe-wrapper.php.

◆ data

$this data[ 'header'] = $this->t('{logout:progress}')

Definition at line 11 of file logout-iframe-wrapper.php.