Phive\Queue\Tests\Handler\TarantoolHandler::clear PHP Метод

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

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