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($this->data['daysleft']==0) elseif($this->data['daysleft']==1) else
 
 $warning
 
$this data ['autofocus'] = 'yesbutton'
 
 foreach ( $this->data[ 'yesData'] as $name=> $value)
 

Variable Documentation

◆ $warning

$warning
Initial value:
= $this->t('{expirycheck:expwarning:warning}', array(
'%NETID%' => htmlspecialchars($this->data['netId']),
'%DAYS%' => $this->t('{expirycheck:expwarning:days}'),
'%DAYSLEFT%' => htmlspecialchars($this->data['daysleft']),
))
$this data['autofocus']
Create styles array
The data for the language used.

Definition at line 54 of file about2expire.php.

◆ data

$this data[ 'autofocus'] = 'yesbutton'

Definition at line 63 of file about2expire.php.

◆ else

if ( $this->data[ 'daysleft']==0) elseif ( $this->data[ 'daysleft']==1) else
Initial value:
{
$this->data['header'] = $this->t('{expirycheck:expwarning:warning_header}', array(
'%NETID%' => htmlspecialchars($this->data['netId']),
'%DAYS%' => $this->t('{expirycheck:expwarning:days}'),
'%DAYSLEFT%' => htmlspecialchars($this->data['daysleft']),
))
$this data['autofocus']
Create styles array
The data for the language used.

Definition at line 47 of file about2expire.php.

◆ foreach

foreach($this->data['yesData'] as $name=> $value)

Definition at line 73 of file about2expire.php.