TypeOfUsersChartDataProvider implements ChartDataProviderInterface

Table of Contents

Interfaces

ChartDataProviderInterface
Defines API for provider, used for chart widgets.

Methods

__construct()  : mixed
getChartData()  : array<string|int, mixed>
This method should provide the data for the graph.
getNumberOfUsers()  : int

Methods

getChartData()

This method should provide the data for the graph.

public getChartData() : array<string|int, mixed>
Tags
inheritDoc
Return values
array<string|int, mixed>

getNumberOfUsers()

protected getNumberOfUsers([bool $admin = false ]) : int
Parameters
$admin : bool = false
Return values
int

        
On this page

Search results