Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Flag.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Reports\Model;
7 
16 {
17  const REPORT_ORDER_FLAG_CODE = 'report_order_aggregated';
18 
19  const REPORT_TAX_FLAG_CODE = 'report_tax_aggregated';
20 
21  const REPORT_SHIPPING_FLAG_CODE = 'report_shipping_aggregated';
22 
23  const REPORT_INVOICE_FLAG_CODE = 'report_invoiced_aggregated';
24 
25  const REPORT_REFUNDED_FLAG_CODE = 'report_refunded_aggregated';
26 
27  const REPORT_COUPONS_FLAG_CODE = 'report_coupons_aggregated';
28 
29  const REPORT_BESTSELLERS_FLAG_CODE = 'report_bestsellers_aggregated';
30 
31  const REPORT_PRODUCT_VIEWED_FLAG_CODE = 'report_product_viewed_aggregated';
32 
40  public function setReportFlagCode($code)
41  {
42  $this->_flagCode = $code;
43  return $this;
44  }
45 }
const REPORT_PRODUCT_VIEWED_FLAG_CODE
Definition: Flag.php:31
const REPORT_BESTSELLERS_FLAG_CODE
Definition: Flag.php:29
const REPORT_ORDER_FLAG_CODE
Definition: Flag.php:17
const REPORT_INVOICE_FLAG_CODE
Definition: Flag.php:23
const REPORT_COUPONS_FLAG_CODE
Definition: Flag.php:27
const REPORT_REFUNDED_FLAG_CODE
Definition: Flag.php:25
const REPORT_SHIPPING_FLAG_CODE
Definition: Flag.php:21
$code
Definition: info.phtml:12