$serverName public read-only property Server name, null if not available public string getServerName ( )
$securePort public property Port number for secure requests. public integer getSecurePort ( )public void setSecurePort ( $value )
$scriptUrl public property The relative URL of the entry script. public string getScriptUrl ( )public void setScriptUrl ( $value )
$scriptFile public property The entry script file path public string getScriptFile ( )public void setScriptFile ( $value )
$referrer public read-only property URL referrer, null if not available public string|null getReferrer ( )
$rawBody public property The request body public string getRawBody ( )public void setRawBody ( $rawBody )
$queryString public read-only property Part of the request URL that is after the question mark public string getQueryString ( )
$queryParams public property The request GET parameter values. public array getQueryParams ( )public void setQueryParams ( $values )
$preferredLanguage public read-only property The language that the application should use. public string getPreferredLanguage ( array $languages = [] )
$port public property Port number for insecure requests. public integer getPort ( )public void setPort ( $value )
Page 63 of 633