ManaPHP\CounterInterface::increment PHP Method

increment() public method

Increments the value of key by a given step.
public increment ( string $type, string $id, integer $step = 1 ) : integer
$type string
$id string
$step integer
return integer the new value
    public function increment($type, $id, $step = 1);