ManaPHP\Counter::get PHP Method

get() public method

public get ( string $type, string $id ) : integer
$type string
$id string
return integer
    public function get($type, $id)
    {
        return $this->adapter->get($this->_prefix . $type, $id);
    }