PHP Interface ManaPHP\Meter\RoundInterface

Datei anzeigen Open project: manaphp/manaphp

Public Methods

Method Description
flush ( string $type, string $id = null ) : void
record ( string $type, string $id, integer $duration ) : static

Method Details

flush() public method

public flush ( string $type, string $id = null ) : void
$type string
$id string
return void

record() public method

public record ( string $type, string $id, integer $duration ) : static
$type string
$id string
$duration integer
return static