ManaPHP\CounterInterface::delete PHP Метод

delete() публичный Метод

Deletes the key
public delete ( string $type, string $id ) : void
$type string
$id string
Результат void
    public function delete($type, $id);