PHP Classes

File: web/SSO/modules/core/docs/authproc_statisticswithattribute.txt

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/core/docs/authproc_statisticswithattribute.txt   Download  
File: web/SSO/modules/core/docs/authproc_statisticswithattribute.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 503 bytes
 

Contents

Class file image Download
`core:StatisticsWithAttribute` ============================== This filter logs a statistics entry that can be parsed by the statistics module. Parameters ---------- `attributename` : The name of an attribute that should be included in the statistics entry. `type` : The type of the statistics entry. Example ------- Log the realm of the user: 45 => array( 'class' => 'core:StatisticsWithAttribute', 'attributename' => 'realm', 'type' => 'saml20-idp-SSO', ),