LeagueWrap\Api\Champion::free PHP 메소드

free() 공개 메소드

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