Class Transip_ForwardService
This is the API endpoint for the ForwardService
Package: Transip
Author: TransIP (support@transip.nl)
Class: ForwardService
Located at ForwardService.php
Author: TransIP (support@transip.nl)
Class: ForwardService
Located at ForwardService.php
public static
|
#
_getSoapClient( mixed $parameters = array() )
Gets the singleton SoapClient which is used to connect to the TransIP Api. |
protected static
string
|
|
protected static
string
|
|
protected static
string
|
#
_encodeParameters( mixed $parameters, string $keyPrefix = null )
Encodes the given paramaters into a url encoded string based upon RFC 3986. |
protected static
string
|
#
_urlencode( string $string )
Our own function to encode a string according to RFC 3986 since. PHP < 5.3.0 encodes the ~ character which is not allowed. |
public static
string[]
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
#
modify(
Modify the options of a Forward. All fields set in the Forward object will be changed. |
string |
SERVICE
|
'ForwardService' |
#
The SOAP service that corresponds with this class. |
string |
API_VERSION
|
'5.23' |
#
The API version. |
string |
CANCELLATIONTIME_END
|
'end' |
|
string |
CANCELLATIONTIME_IMMEDIATELY
|
'immediately' |
|
string |
TRACK_ENDPOINT_NAME
|
'Forward' |
protected static
|
$_soapClient | null |
#
The SoapClient used to perform the SOAP calls. |