LeagueWrap\Api\Staticdata::getMasteries PHP Method

getMasteries() public method

Gets static data on all masteries.
public getMasteries ( mixed $data = null ) : LeagueWrap\Dto\StaticData\MasteryList
$data mixed
return LeagueWrap\Dto\StaticData\MasteryList
    public function getMasteries($data = null)
    {
        return $this->getMastery(null, $data);
    }