ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
consentform.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('name', $this->data['srcMetadata'])) elseif(array_key_exists('OrganizationDisplayName', $this->data['srcMetadata'])) else
 
if(is_array($dstName)) $srcName = htmlspecialchars($srcName)
 
 $dstName = htmlspecialchars($dstName)
 
 $attributes = $this->data['attributes']
 
$this data ['header'] = $this->t('{consent:consent:consent_header}')
 
$this data ['head']
 
 if (array_key_exists( 'descr_purpose', $this->data[ 'dstMetadata']))
 
if($this->data['usestorage']) foreach ( $this->data[ 'yesData'] as $name=> $value)
 

Variable Documentation

◆ $attributes

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

Definition at line 55 of file consentform.php.

◆ $dstName

$dstName = htmlspecialchars($dstName)

Definition at line 53 of file consentform.php.

Referenced by ilDAVServer\COPY(), and ilDAVServer\MOVE().

◆ $srcName

if (is_array( $dstName)) $srcName = htmlspecialchars($srcName)

Definition at line 52 of file consentform.php.

Referenced by ilDAVServer\COPY(), and ilDAVServer\MOVE().

◆ data [1/2]

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

Definition at line 57 of file consentform.php.

◆ data [2/2]

$this data[ 'head']
Initial value:
= '<link rel="stylesheet" type="text/css" href="/' .
$this->data['baseurlpath'] . 'module.php/consent/style.css" />' . "\n"
$this data['header']
Definition: consentform.php:57

Definition at line 58 of file consentform.php.

◆ else

if (is_array( $srcName)) if (array_key_exists( 'name', $this->data[ 'dstMetadata'])) elseif (array_key_exists( 'OrganizationDisplayName', $this->data[ 'dstMetadata'])) else
Initial value:
{
$srcName = $this->data['srcMetadata']['entityid']
$this data['header']
Definition: consentform.php:57
if(is_array($dstName)) $srcName
Definition: consentform.php:52

Definition at line 32 of file consentform.php.

◆ foreach

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

Definition at line 99 of file consentform.php.

◆ if

if(array_key_exists('descr_purpose', $this->data['dstMetadata']))

Definition at line 70 of file consentform.php.