PhpBench\Extensions\Dbal\Storage\Driver\DbalDriver::history PHP Method

history() public method

public history ( )
    public function history()
    {
        return new HistoryIterator($this->repository);
    }