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

Go to the source code of this file.

Variables

 $id = $this->data['auth_state']
 
 $type = $this->data['type']
 
 $from = $this->data['from']
 
 $SPs = $this->data['SPs']
 
 $stateImage
 
 $stateText
 
 $spStatus = array()
 
 $spTimeout = array()
 
 $nFailed = 0
 
 $nProgress = 0
 
foreach($SPs as $assocId=> $sp) if($from !==null) if(!isset($this->data['head'])) $this data ['head']
 
$this data ['head'] = '<script type="text/javascript" src="logout-iframe.js"></script>'
 
if($type==='embed') $this data ['header'] = $this->t('{logout:progress}')
 
if($type==='embed') else
 
 if ( $from !==null)
 

Variable Documentation

◆ $from

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

Definition at line 5 of file logout-iframe.php.

Referenced by ilChatroomHistoryGUI\__construct(), Monolog\Handler\NativeMailerHandler\__construct(), ILIAS\Transformation\Transformations\Custom\__invoke(), ILIAS\Transformation\Transformations\SplitString\__invoke(), ILIAS\Transformation\Transformations\AddLabels\__invoke(), MDB2_Driver_pgsql\_modifyManipQuery(), PHPExcel_Calculation\_translateFormula(), ilObjBookingPoolGUI\buildDatesBySchedule(), ilMailFolderGUI\cancelDeleteMails(), ilScheduleInputGUI\checkInput(), ilDclTable\checkLimit(), ilObjBookingPoolGUI\confirmedBookingNumbersObject(), PHPExcel_Shared_String\ConvertEncoding(), League\Flysystem\MountManager\copy(), ilTrQuery\deleteObjectStatistics(), ilBookingObjectGUI\displayPostInfo(), PHPMailer\DKIM_Add(), PHPMailer\doCallback(), Gettext\Languages\FormulaConverter\expandAtom(), Gettext\Languages\Category\expandExamples(), ilSystemStyleHTMLExport\export(), ilObjAssessmentFolderGUI\exportLogObject(), ilBookingScheduleGUI\formToObject(), ilMailMimeSenderUser\getFromName(), ilChatroom\getHistory(), ilBookingObjectsTableGUI\getItems(), ilTermsOfServiceTableDatabaseDataProvider\getList(), ilObjAssessmentFolderGUI\getLogDataOutputForm(), ilRbacLog\getLogItems(), ilScheduleInputGUI\getPostData(), ilChatroom\getPrivateRoomSessions(), ilDclNumberFieldModel\getRecordQueryFilterObject(), ilDclStandardField\getRecordQueryFilterObject(), ilUserAutoComplete\getSelectPart(), HTTP_WebDAV_Server\http_GET(), ilObjUserFolderGUI\initAccessRestrictionForm(), ilBookingReservationsTableGUI\initFilter(), ilPCSectionGUI\initForm(), ilBookingScheduleGUI\initForm(), ilPCSection\insertTimings(), ilObjUserGUI\loadValuesFromForm(), SMTP\mail(), League\Flysystem\Util\map(), League\Flysystem\MountManager\move(), ilSystemStyleSkinContainer\move(), ilSystemStyleOverviewGUI\moveUserStyles(), ilUtil\period2String(), sspmod_statistics_DateHandlerMonth\prettyHeader(), sspmod_statistics_DateHandler\prettyHeader(), ilUserQuery\query(), ilLMPageObject\queryQuestionsOfLearningModule(), Slim\App\redirect(), ilFileSystemStorage\rename(), ilScheduleInputGUI\render(), ilObjBookingPoolGUI\rsvConfirmCancelObject(), ilPCSection\saveTimings(), IMSGlobal\LTI\ToolProvider\DataConnector\DataConnector_mysql\saveToolConsumer(), IMSGlobal\LTI\ToolProvider\DataConnector\DataConnector_pdo\saveToolConsumer(), ilLTIDataConnector\saveToolConsumer(), ilLTIDataConnector\saveToolConsumerILIAS(), ilPCSectionGUI\setValuesFromForm(), Monolog\Handler\NativeMailerHandlerTest\testSend(), ILIAS\Transformation\Transformations\SplitString\transform(), ILIAS\Transformation\Transformations\Custom\transform(), ILIAS\Transformation\Transformations\AddLabels\transform(), and twig_replace_filter().

◆ $id

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

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

◆ $nFailed

$nFailed = 0

Definition at line 26 of file logout-iframe.php.

◆ $nProgress

$nProgress = 0

Definition at line 27 of file logout-iframe.php.

◆ $SPs

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

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

◆ $spStatus

$spStatus = array()

Definition at line 24 of file logout-iframe.php.

◆ $spTimeout

$spTimeout = array()

Definition at line 25 of file logout-iframe.php.

◆ $stateImage

$stateImage
Initial value:
'unsupported' => '/'.$this->data['baseurlpath'].'resources/icons/silk/delete.png',
'completed' => '/'.$this->data['baseurlpath'].'resources/icons/silk/accept.png',
'onhold' => '/'.$this->data['baseurlpath'].'resources/icons/bullet16_grey.png',
'inprogress' => '/'.$this->data['baseurlpath'].'resources/progress.gif',
'failed' => '/'.$this->data['baseurlpath'].'resources/icons/silk/exclamation.png',
)
foreach($SPs as $assocId=> $sp) if($from !==null) if(!isset($this->data['head'])) $this data['head']
Create styles array
The data for the language used.

Definition at line 8 of file logout-iframe.php.

◆ $stateText

$stateText
Initial value:
'unsupported' => '',
'completed' => $this->t('{logout:completed}'),
'onhold' => '',
'inprogress' => $this->t('{logout:progress}'),
'failed' => $this->t('{logout:failed}'),
)
Create styles array
The data for the language used.

Definition at line 16 of file logout-iframe.php.

◆ $type

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

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

◆ data [1/3]

foreach ( $SPs as $assocId=> $sp) if ( $from !==null) if (!isset( $this->data[ 'head'])) $this data[ 'head']
Initial value:
= '
<script type="text/javascript" language="JavaScript">
window.stateImage = '.json_encode($stateImage).';
window.stateText = '.json_encode($stateText).';
window.spStatus = '.json_encode($spStatus).';
window.spTimeout = '.json_encode($spTimeout).';
window.type = "'.$type.'";
</script>'
$stateText
$spTimeout
$spStatus
$type
$stateImage

Definition at line 52 of file logout-iframe.php.

◆ data [2/3]

$this data[ 'head'] = '<script type="text/javascript" src="logout-iframe.js"></script>'

Definition at line 61 of file logout-iframe.php.

◆ data [3/3]

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

Definition at line 67 of file logout-iframe.php.

◆ else

if ( $type==='js') if ( $type==='embed') else
Initial value:
{
$this->includeAtTemplateBase('includes/header.php')

Definition at line 70 of file logout-iframe.php.

◆ if

if($from !==null)

Definition at line 77 of file logout-iframe.php.