Documentation

SongTiers
in package

Table of Contents

__construct()  : mixed
tiers()  : mixed
tiers_dictionary()  : array<string|int, mixed>
Tier data indexed by standard tier This array lists all game tiers with their standard tier as index and native tier data as value
translate()  : mixed

Methods

__construct()

public __construct(mixed $game) : mixed
Parameters
$game : mixed
Return values
mixed

tiers()

public tiers([mixed $native = false ][, mixed $keys_only = false ]) : mixed
Parameters
$native : mixed = false
$keys_only : mixed = false
Return values
mixed

tiers_dictionary()

Tier data indexed by standard tier This array lists all game tiers with their standard tier as index and native tier data as value

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

translate()

public translate(mixed $native_tier) : mixed
Parameters
$native_tier : mixed
Return values
mixed

Search results