HttpQueryString::singleton
(no version information, might be only in CVS)
HttpQueryString::singleton -- HttpQueryString singleton
Beskrivelse
static publicHttpQueryString
HttpQueryString::singleton ( [bool global = TRUE] )
Get a single instance (differentiates between the global setting).
Parameterliste
global
whether to operate on $_GET and $_SERVER['QUERY_STRING']
Returneringsværdier
Returns always the same HttpQueryString instance regarding the global setting.
Errors/Exceptions
Throws HttpRuntimeException.