PHP 클래스 sspmod_core_Stats_Output_Log, simplesamlphp

상속: extends SimpleSAML_Stats_Output
파일 보기 프로젝트 열기: simplesamlphp/simplesamlphp

공개 메소드들

메소드 설명
__construct ( SimpleSAML_Configuration $config ) Initialize the output.
emit ( array $data ) Write a stats event.

메소드 상세

__construct() 공개 메소드

Initialize the output.
public __construct ( SimpleSAML_Configuration $config )
$config SimpleSAML_Configuration The configuration for this output.

emit() 공개 메소드

Write a stats event.
public emit ( array $data )
$data array The event (as a JSON string).