1 2 3 4 5 6 7 8 9 10
<?php // Icinga Reporting | (c) 2018 Icinga GmbH | GPLv2 namespace Icinga\Module\Reporting; class ReportRow { use Dimensions; use Values; }