ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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.

Definition at line 17 of file Output.php.

References $data, array, and emit().

18  {
19  // do nothing by default
20  }
+ Here is the call graph for this function:

Member Function Documentation

◆ emit()

SimpleSAML_Stats_Output::emit ( array  $data)
abstract

Write a stats event.

Parameters
array$dataThe event.

Referenced by __construct().

+ Here is the caller graph for this function:

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