LeagueWrap\Api\Staticdata::getChampions PHP Méthode

getChampions() public méthode

Gets all static champion data with the given $data option.
public getChampions ( mixed $data = null ) : LeagueWrap\Dto\StaticData\ChampionList
$data mixed
Résultat LeagueWrap\Dto\StaticData\ChampionList
    public function getChampions($data = null)
    {
        return $this->getChampion(null, $data);
    }