PHP Classes

File: web/SSO/modules/statistics/www/statmeta.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/statistics/www/statmeta.php   Download  
File: web/SSO/modules/statistics/www/statmeta.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 420 bytes
 

Contents

Class file image Download
<?php

$config
= SimpleSAML_Configuration::getInstance();
$statconfig = SimpleSAML_Configuration::getConfig('module_statistics.php');

sspmod_statistics_AccessCheck::checkAccess($statconfig);

$aggr = new sspmod_statistics_Aggregator();
$aggr->loadMetadata();
$metadata = $aggr->getMetadata();


$t = new SimpleSAML_XHTML_Template($config, 'statistics:statmeta-tpl.php');
$t->data['metadata'] = $metadata;
$t->show();