Gets information about specified user property.
package |
Default |
---|
__construct(string $property_name)
string
Name of the property about which the information is to be retrieved.
getBodyParameters() : array
array
Values of body parameters (name of parameter => value of the parameter)
getEnsureHttps() : boolean
boolean
true if HTTPS must be chosen
getMethod() : static
static
Used HTTP method
getPath() : string
string
URI to the endpoint
getQueryParameters() : array
array
Values of query parameters (name of parameter => value of the parameter)
getTimeout() : integer
integer
Request timeout in milliseconds
setEnsureHttps( $ensure_https)
setTimeout( $timeout)
property_name : string
var |
Name of the property about which the information is to be retrieved. |
---|
string
timeout : integer
var |
Timeout of the request in milliseconds |
---|
integer
ensure_https : boolean
var |
Sets if the HTTPS must be chosen over HTTP for this request |
---|
boolean