3if (array_key_exists(
'name', $this->
data[
'dstMetadata'])) {
5} elseif (array_key_exists(
'OrganizationDisplayName', $this->
data[
'dstMetadata'])) {
6 $dstName = $this->
data[
'dstMetadata'][
'OrganizationDisplayName'];
16$this->
data[
'header'] = $this->t(
'{consent:consent:noconsent_title}');;
18$this->includeAtTemplateBase(
'includes/header.php');
20echo
'<h2>' . $this->
data[
'header'] .
'</h2>';
21echo
'<p>' . $this->t(
'{consent:consent:noconsent_text}', array(
'SPNAME' =>
$dstName)) .
'</p>';
23if ($this->
data[
'resumeFrom']) {
24 echo(
'<p><a href="' . htmlspecialchars($this->
data[
'resumeFrom']) .
'">');
25 echo($this->t(
'{consent:consent:noconsent_return}'));
29if ($this->
data[
'aboutService']) {
30 echo(
'<p><a href="' . htmlspecialchars($this->
data[
'aboutService']) .
'">');
31 echo($this->t(
'{consent:consent:noconsent_goto_about}'));
35echo(
'<p><a href="' . htmlspecialchars($this->
data[
'logoutLink']) .
'">' . $this->t(
'{consent:consent:abort}', array(
'SPNAME' =>
$dstName)) .
'</a></p>');
38$this->includeAtTemplateBase(
'includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.
if(is_array($dstName)) $dstName