ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
}
$config
$config
Definition:
flush-definition-cache.php:23
SimpleSAML_Stats_Output\__construct
__construct(SimpleSAML_Configuration $config)
Initialize the output.
Definition:
Output.php:17
SimpleSAML_Stats_Output
Definition:
Output.php:9
SimpleSAML_Configuration
$data
$data
Definition:
test-settings.sample.php:14
SimpleSAML_Stats_Output\emit
emit(array $data)
Write a stats event.
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
Stats
Output.php
Generated on Sat Aug 30 2025 19:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)