Phive\Queue\TarantoolQueue::clear PHP Method

clear() public method

public clear ( )
    public function clear()
    {
        $this->tarantool->call('queue.truncate', [$this->space, $this->tubeName]);
    }