MetaFox

StatsContentRepositoryInterface
in

Interface StatsContentRepositoryInterface.

Tags
mixin

BaseRepository

Table of Contents

Methods

findStatContent()  : StatsContent
getChartData()  : Collection
getDeepStatistic()  : array<string, mixed>
getEmptyChartData()  : array<string, mixed>
getItemStatistic()  : Collection
getNowStats()  : array<int, mixed>
getSiteStatistic()  : Collection
getStatTypes()  : array<string, mixed>
logStat()  : void
toDateFormatByPeriod()  : string

Methods

getChartData()

public getChartData([array<string, mixed> $attributes = [] ]) : Collection
Parameters
$attributes : array<string, mixed> = []
Return values
Collection

getEmptyChartData()

public getEmptyChartData([string|null $period = null ]) : array<string, mixed>
Parameters
$period : string|null = null
Return values
array<string, mixed>

getNowStats()

public getNowStats(string|null $period[, string|null $group = null ]) : array<int, mixed>
Parameters
$period : string|null
$group : string|null = null
Return values
array<int, mixed>

getStatTypes()

public getStatTypes([array<string|int, string> $excludes = [] ]) : array<string, mixed>
Parameters
$excludes : array<string|int, string> = []
Return values
array<string, mixed>

toDateFormatByPeriod()

public toDateFormatByPeriod(string $period, Carbon $date) : string
Parameters
$period : string
$date : Carbon
Return values
string

        
On this page

Search results