|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Namespaces | |
| namespace | 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) |
| $attributes = $this->data['attributes'] |
Definition at line 55 of file consentform.php.
| $dstName = htmlspecialchars($dstName) |
Definition at line 53 of file consentform.php.
Referenced by ilDAVServer\COPY(), and ilDAVServer\MOVE().
| if (is_array( $dstName)) $srcName = htmlspecialchars($srcName) |
Definition at line 52 of file consentform.php.
Referenced by ilDAVServer\COPY(), and ilDAVServer\MOVE().
| $this data[ 'head'] |
Definition at line 58 of file consentform.php.
| $this data[ 'header'] = $this->t('{consent:consent:consent_header}') |
Definition at line 57 of file consentform.php.
| if(is_array( $srcName)) if(array_key_exists('name', $this->data['dstMetadata'])) elseif (array_key_exists( 'OrganizationDisplayName', $this->data[ 'dstMetadata'])) else |
Definition at line 32 of file consentform.php.
| if($this->data['usestorage']) foreach($this->data['yesData'] as $name=> $value) | ( | $this->data as[ 'yesData'], | |
| $value | |||
| ) |
Definition at line 99 of file consentform.php.
| if(array_key_exists('descr_purpose', $this->data['dstMetadata'])) | ( | array_key_exists( 'descr_purpose', $this->data[ 'dstMetadata']) | ) |
Definition at line 70 of file consentform.php.