PHP Interface ManaPHP\Meter\LinearInterface

Show file Open project: manaphp/manaphp

Public Methods

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

Method Details

flush() public method

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

get() public method

public get ( string $type, string $id ) : integer
$type string
$id string
return integer

record() public method

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