LeagueWrap\Api\Featuredgames::getDomain PHP Method

getDomain() public method

public getDomain ( ) : String
return String domain used for the request
    function getDomain()
    {
        return $this->getRegion()->getFeaturedGamesDomain();
    }