Stat

Type
Abstract Class
Namespace
craft\commerce\base
Inherits
craft\commerce\base\Stat
Implements
craft\commerce\base\StatInterface
Uses traits
craft\commerce\base\StatTrait
Extended by
craft\commerce\stats\AverageOrderTotal, craft\commerce\stats\NewCustomers, craft\commerce\stats\RepeatCustomers, craft\commerce\stats\TopCustomers, craft\commerce\stats\TopProductTypes, craft\commerce\stats\TopProducts, craft\commerce\stats\TopPurchasables, craft\commerce\stats\TotalOrders, craft\commerce\stats\TotalOrdersByCountry, craft\commerce\stats\TotalRevenue
Since
3.0

Stat

View source (opens new window)

# Public Properties

# Protected Properties

Property Description
_handle string (opens new window)

# Public Methods

# __construct()

Stat constructor.

View source (opens new window)

Arguments

Throws

# get()

View source (opens new window)

Returns

array (opens new window), false (opens new window), mixed, null (opens new window)

Throws

# getChartQueryOptionsByInterval()

View source (opens new window)

Arguments

Returns

array (opens new window), null (opens new window)

# getDateRangeInterval()

View source (opens new window)

Returns

mixed, string (opens new window)

# getDateRangeWording()

View source (opens new window)

Returns

string (opens new window)

# getEndDate()

View source (opens new window)

Returns

mixed

# getHandle()

View source (opens new window)

Returns

string (opens new window)

# getStartDate()

View source (opens new window)

Returns

mixed

# prepareData()

View source (opens new window)

Arguments

  • $data

Returns

mixed

# setEndDate()

View source (opens new window)

Arguments

Returns

mixed

# setStartDate()

View source (opens new window)

Arguments

Returns

mixed

# Protected Methods

Method Description
_createChartQuery()
_createStatQuery() Generate base stat query

# _createChartQuery()

View source (opens new window)

Arguments

Returns

array (opens new window), null (opens new window)

Throws

# _createStatQuery()

Generate base stat query

View source (opens new window)

Returns

yii\db\Query (opens new window)