PHP Class LeagueWrap\Dto\ChampionMasteryList

Inheritance: extends AbstractListDto
Datei anzeigen Open project: paquettg/leaguewrap

Protected Properties

Property Type Description
$listKey

Public Methods

Method Description
__construct ( array $info )
getChampion ( integer $championId ) : ChampionMastery | null Get a champion by its id.

Method Details

__construct() public method

public __construct ( array $info )
$info array

getChampion() public method

Get a champion by its id.
public getChampion ( integer $championId ) : ChampionMastery | null
$championId integer
return ChampionMastery | null

Property Details

$listKey protected_oe property

protected $listKey