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

getDomain() 공개 메소드

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