LeagueWrap\Api\Staticdata::getRunes PHP Method

getRunes() public method

Gets static data on all runes.
public getRunes ( mixed $data = null ) : LeagueWrap\Dto\StaticData\RuneList
$data mixed
return LeagueWrap\Dto\StaticData\RuneList
    public function getRunes($data = null)
    {
        return $this->getRune('all', $data);
    }