LeagueWrap\Api\Staticdata::getChampions PHP Method

getChampions() public method

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