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

Go to the source code of this file.

Namespaces

 SimpleSAMLphp
 Temporary autoloader to ensure compatibility with old, non-PSR-2 compliant classes.
 

Variables

if(!array_key_exists('StateId', $_REQUEST)) $id = $_REQUEST['StateId']
 
 $state = SimpleSAML_Auth_State::loadState($id, 'expirywarning:about2expire')
 
if(array_key_exists('yes', $_REQUEST)) $globalConfig = SimpleSAML_Configuration::getInstance()
 
 $t = new SimpleSAML_XHTML_Template($globalConfig, 'expirycheck:about2expire.php')
 
$t data ['yesTarget'] = SimpleSAML\Module::getModuleURL('expirycheck/about2expire.php')
 
$t data ['yesData'] = array('StateId' => $id)
 
$t data ['daysleft'] = $state['daysleft']
 
$t data ['expireOnDate'] = $state['expireOnDate']
 
$t data ['netId'] = $state['netId']
 

Variable Documentation

◆ $globalConfig

if (array_key_exists( 'yes', $_REQUEST)) $globalConfig = SimpleSAML_Configuration::getInstance()

Definition at line 22 of file about2expire.php.

◆ $id

if (!array_key_exists( 'StateId', $_REQUEST)) $id = $_REQUEST['StateId']

Definition at line 14 of file about2expire.php.

◆ $state

$state = SimpleSAML_Auth_State::loadState($id, 'expirywarning:about2expire')

Definition at line 15 of file about2expire.php.

◆ $t

$t = new SimpleSAML_XHTML_Template($globalConfig, 'expirycheck:about2expire.php')

Definition at line 24 of file about2expire.php.

◆ data [1/5]

$t data[ 'yesTarget'] = SimpleSAML\Module::getModuleURL('expirycheck/about2expire.php')

Definition at line 25 of file about2expire.php.

◆ data [2/5]

$t data[ 'yesData'] = array('StateId' => $id)

Definition at line 26 of file about2expire.php.

◆ data [3/5]

$t data[ 'daysleft'] = $state['daysleft']

Definition at line 27 of file about2expire.php.

◆ data [4/5]

$t data[ 'expireOnDate'] = $state['expireOnDate']

Definition at line 28 of file about2expire.php.

◆ data [5/5]

$t data[ 'netId'] = $state['netId']

Definition at line 29 of file about2expire.php.