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
Показать файл Открыть проект

Открытые методы

Метод Описание
__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 )