RavSystem API docs

StatsArray
in package

Table of Contents

$data  : array<string|int, mixed>
Table of data
$title  : string
Title of data table
__construct()  : mixed
toArray()  : array<string|int, mixed>
{@inheritDoc}

Properties

$data

Table of data

private array<string|int, mixed> $data

$title

Title of data table

private string $title

Methods

__construct()

public __construct(string $title, array<string|int, mixed> $chartData) : mixed
Parameters
$title : string
$chartData : array<string|int, mixed>
Return values
mixed

toArray()

{@inheritDoc}

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results