phpDocumentor

Service
in package
implements StatisticsDataService

Interfaces, Classes and Traits

StatisticsDataService

Table of Contents

$factory  : Factory
$repository  : Repository
__construct()  : mixed
Constructor.
getConversionRatesByTimespan()  : Serial
Get conversion rates as serial data for provided time span.
getOrdersByTimespan()  : Serial
Get orders as serial data for provided time span.
getSalesByTimespan()  : Serial
Get sales as serial data for provided time span.
getVisitorsByTimespan()  : Serial
Get visitors as serial data for provided time span.

Properties

Methods

getConversionRatesByTimespan()

Get conversion rates as serial data for provided time span.

public getConversionRatesByTimespan(DateTimeInterface $start, DateTimeInterface $end) : Serial
Parameters
$start : DateTimeInterface
$end : DateTimeInterface
Tags
inheritDoc
Return values
Serial

getOrdersByTimespan()

Get orders as serial data for provided time span.

public getOrdersByTimespan(DateTimeInterface $start, DateTimeInterface $end) : Serial
Parameters
$start : DateTimeInterface
$end : DateTimeInterface
Tags
inheritDoc
Return values
Serial

getSalesByTimespan()

Get sales as serial data for provided time span.

public getSalesByTimespan(DateTimeInterface $start, DateTimeInterface $end) : Serial
Parameters
$start : DateTimeInterface
$end : DateTimeInterface
Tags
inheritDoc
Return values
Serial

getVisitorsByTimespan()

Get visitors as serial data for provided time span.

public getVisitorsByTimespan(DateTimeInterface $start, DateTimeInterface $end) : Serial
Parameters
$start : DateTimeInterface
$end : DateTimeInterface
Tags
inheritDoc
Return values
Serial

Search results