DEBSOURCES
Skip Quicknav
sources / icingaweb2-module-reporting / 1.0.5-1 / library / Reporting / ReportRow.php
1234567891011
<?php // Icinga Reporting | (c) 2018 Icinga GmbH | GPLv2 namespace Icinga\Module\Reporting; class ReportRow { use Dimensions; use Values; }