ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($config, $reserved) | |
Initialize this filter. More... | |
process (&$state) | |
Log line. More... | |
Public Member Functions inherited from SimpleSAML_Auth_ProcessingFilter | |
__construct (&$config, $reserved) | |
Constructor for a processing filter. More... | |
process (&$request) | |
Process a request. More... | |
Private Attributes | |
$attribute = NULL | |
The attribute to log. More... | |
$typeTag = 'saml20-idp-SSO' | |
Additional Inherited Members | |
Data Fields inherited from SimpleSAML_Auth_ProcessingFilter | |
$priority = 50 | |
Priority of this filter. More... | |
Definition at line 9 of file StatisticsWithAttribute.php.
sspmod_core_Auth_Process_StatisticsWithAttribute::__construct | ( | $config, | |
$reserved | |||
) |
Initialize this filter.
array | $config | Configuration information about this filter. |
mixed | $reserved | For future use. |
Definition at line 26 of file StatisticsWithAttribute.php.
References $config.
sspmod_core_Auth_Process_StatisticsWithAttribute::process | ( | & | $state | ) |
Log line.
array | &$state | The current state. |
Definition at line 52 of file StatisticsWithAttribute.php.
References $attribute, $source, $state, and SimpleSAML\Logger\stats().
|
private |
The attribute to log.
Definition at line 15 of file StatisticsWithAttribute.php.
Referenced by process().
|
private |
Definition at line 17 of file StatisticsWithAttribute.php.