LeagueWrap\Api\Champion::free PHP Méthode

free() public méthode

Gets all the free champions for this week.
public free ( ) : championList
Résultat championList
    public function free()
    {
        $this->free = 'true';
        $championList = $this->all();
        $this->free = 'false';
        return $championList;
    }