Frontend\Core\Engine\Url::getHost PHP 메소드

getHost() 공개 메소드

Get the host
사용 중단: use $request->getHttpHost() instead
public getHost ( ) : string
리턴 string
    public function getHost()
    {
        return $this->request->getHttpHost();
    }