Request::getTrustedHosts PHP 메소드

getTrustedHosts() 공개 정적인 메소드

Gets the list of trusted host patterns.
public static getTrustedHosts ( ) : array
리턴 array An array of trusted host patterns
        public static function getTrustedHosts()
        {
            //Method inherited from \Symfony\Component\HttpFoundation\Request
            return \Illuminate\Http\Request::getTrustedHosts();
        }