PHP 클래스 Beberlei\Metrics\Collector\DoctrineDBAL

The database you connect to has to have a table named metrics with columns: - metric VARCHAR(255) - measurement INTEGER - created DATETIME The Primary key can either be a surrogate (id) or has to span all 3 columns.
상속: implements Beberlei\Metrics\Collector\Collector
파일 보기 프로젝트 열기: beberlei/metrics

공개 메소드들

메소드 설명
__construct ( Doctrine\DBAL\Connection $conn )
decrement ( $stats )
flush ( )
increment ( $stats )
measure ( $variable, $value )
timing ( $stat, $time )

메소드 상세

__construct() 공개 메소드

public __construct ( Doctrine\DBAL\Connection $conn )
$conn Doctrine\DBAL\Connection

decrement() 공개 메소드

public decrement ( $stats )

flush() 공개 메소드

public flush ( )

increment() 공개 메소드

public increment ( $stats )

measure() 공개 메소드

public measure ( $variable, $value )

timing() 공개 메소드

public timing ( $stat, $time )