Class ProxyQuery
ProxyQuery class provides methods for
Namespace: OwsProxy3\CoreBundle\Component
Author: A.R.Pour
Author: Paul Schmidt
Located at OwsProxy3/CoreBundle/Component/ProxyQuery.php
Author: A.R.Pour
Author: Paul Schmidt
Located at OwsProxy3/CoreBundle/Component/ProxyQuery.php
Methods summary
public static
|
#
createFromUrl( string $url, string $user = null, string $password = null, array $headers = array(), array $getParams = array(), array $postParams = array(), string $content = null )
Creates an instance from parameters |
public static
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
string
|
|
public
string|null
|
#
getGetPostParamValue( string $name, boolean $ignoreCase = false )
Returns the parameter value from GET/POST parameters |
public
string|null
|
#
getGetParamValue( string $name, boolean $ignoreCase = false )
Returns the parameter value from GET parameters |
public
string|null
|
#
getPostParamValue( string $name, boolean $ignoreCase = false )
Returns the parameter value from POST parameters |
public
boolean
|
|
public
boolean
|
|
public
boolean
|
#
hasGetPostParamValue( string $name, boolean $ignoreCase = false )
Checks if a GET/POST parameter exists |
public
boolean
|
|
public
boolean
|
|
public
|
Magic methods summary
Properties summary
protected
string
|
$rowUrl
the parsed url (PHP parse_url()) without get parameters |
|
protected
string
|
$method
HTTP method (GET/POST) |
|
protected
array
|
$getParams
the GET parameters |
|
protected
array
|
$postParams
the POST parameter |
|
protected
string
|
$content
the POST content |
|
protected
array
|
$headers
the query headers |