summaryrefslogtreecommitdiffstats
path: root/library/Icingadb/Data/VolatileCsvResults.php
blob: 7d9f8ab35d94c749d0a8d511cf1d24895ba8ad76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/* Icinga DB Web | (c) 2024 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Icingadb\Data;

use Icinga\Module\Icingadb\Redis\VolatileStateResults;

/**
 * @internal This class is supposed to be used by {@see CsvResultSet::stream()} only.
 */
final class VolatileCsvResults extends VolatileStateResults
{
    use CsvResultSetUtils;
}