PHP Class sspmod_core_Stats_Output_Log, simplesamlphp

Inheritance: extends SimpleSAML_Stats_Output
Afficher le fichier Open project: simplesamlphp/simplesamlphp

Méthodes publiques

Méthode Description
__construct ( SimpleSAML_Configuration $config ) Initialize the output.
emit ( array $data ) Write a stats event.

Method Details

__construct() public méthode

Initialize the output.
public __construct ( SimpleSAML_Configuration $config )
$config SimpleSAML_Configuration The configuration for this output.

emit() public méthode

Write a stats event.
public emit ( array $data )
$data array The event (as a JSON string).