phpDocumentor

DashboardStatisticsService
in

Table of Contents

getPreferredCategory()  : PreferredCategory|null
Get preferred category for current user.
getPreferredPeriod()  : PreferredPeriod|null
Get preferred period for current user.
getStatistics()  : Result
Get statistics for the Gambio Admin widget.
updatePreferredCategory()  : void
Update preferred category for current user.
updatePreferredPeriod()  : void
Update preferred period for current user.

Methods

updatePreferredCategory()

Update preferred category for current user.

public updatePreferredCategory(string $category) : void
Parameters
$category : string
Return values
void

updatePreferredPeriod()

Update preferred period for current user.

public updatePreferredPeriod(string $period) : void
Parameters
$period : string
Return values
void

Search results