ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
SimpleSAML_Stats_Output Class Reference
+ Inheritance diagram for SimpleSAML_Stats_Output:
+ Collaboration diagram for SimpleSAML_Stats_Output:

Public Member Functions

 __construct (SimpleSAML_Configuration $config)
 Initialize the output. More...
 
 emit (array $data)
 Write a stats event. More...
 

Detailed Description

Definition at line 9 of file Output.php.

Constructor & Destructor Documentation

◆ __construct()

SimpleSAML_Stats_Output::__construct ( SimpleSAML_Configuration  $config)

Initialize the output.

Parameters
SimpleSAML_Configuration$configThe configuration for this output.

Reimplemented in sspmod_core_Stats_Output_File, and sspmod_core_Stats_Output_Log.

Definition at line 17 of file Output.php.

18 {
19 // do nothing by default
20 }

Member Function Documentation

◆ emit()

SimpleSAML_Stats_Output::emit ( array  $data)
abstract

Write a stats event.

Parameters
array$dataThe event.

Reimplemented in sspmod_core_Stats_Output_File, and sspmod_core_Stats_Output_Log.


The documentation for this class was generated from the following file: