LeagueWrap\Api\Summoner::__get PHP Method

__get() public method

Attempt to get a summoner by key.
public __get ( string $key ) : object | null
$key string
return object | null
    public function __get($key)
    {
        return $this->get($key);
    }