ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Output.php
Go to the documentation of this file.
1 <?php
2 
3 
9 abstract class SimpleSAML_Stats_Output
10 {
11 
18  {
19  // do nothing by default
20  }
21 
22 
28  abstract public function emit(array $data);
29 }
__construct(SimpleSAML_Configuration $config)
Initialize the output.
Definition: Output.php:17
$config
Definition: bootstrap.php:15
emit(array $data)
Write a stats event.
$data
Definition: bench.php:6