'Metric_Type', 'Value' => 'Total_Item_Requests|Unique_Item_Requests' ], [ 'Name' => 'Access_Method', 'Value' => self::ACCESS_METHOD ], ]; $this->filters = array_merge($filters, $predefinedFilters); } /** * Set attributes based on the requested parameters. * No attributes are supported by this report. */ public function setAttributes(array $attributes): void { $this->attributes = []; } /** Get report specific form fields */ public static function getReportSettingsFormFields(): array { return parent::getCommonReportSettingsFormFields(); } }