PhpBench\Storage\Driver\Xml\XmlDriver::history PHP Method

history() public method

public history ( )
    public function history()
    {
        return new HistoryIterator($this->xmlDecoder, $this->path);
    }