PhpBench\Storage\Driver\Xml\HistoryIterator::__construct PHP Метод

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

public __construct ( XmlDecoder $xmlDecoder, $path )
$xmlDecoder PhpBench\Serializer\XmlDecoder
    public function __construct(XmlDecoder $xmlDecoder, $path)
    {
        $this->xmlDecoder = $xmlDecoder;
        $this->path = $path;
    }