ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Output.php
Go to the documentation of this file.
1
<?
php
2
3
9
abstract
class
SimpleSAML_Stats_Output
10
{
11
17
public
function
__construct
(
SimpleSAML_Configuration
$config
)
18
{
19
// do nothing by default
20
}
21
22
28
abstract
public
function
emit
(array
$data
);
29
}
SimpleSAML_Stats_Output\__construct
__construct(SimpleSAML_Configuration $config)
Initialize the output.
Definition:
Output.php:17
$config
$config
Definition:
bootstrap.php:15
SimpleSAML_Stats_Output
Definition:
Output.php:9
SimpleSAML_Configuration
SimpleSAML_Stats_Output\emit
emit(array $data)
Write a stats event.
php
$data
$data
Definition:
bench.php:6
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
Stats
Output.php
Generated on Thu Jan 30 2025 19:01:32 for ILIAS by
1.8.13 (using
Doxyfile
)