Class Transip_PropositionService
This is the API endpoint for the PropositionService
Package: Transip
Author: TransIP (support@transip.nl)
Class: PropositionService
Located at PropositionService.php
Author: TransIP (support@transip.nl)
Class: PropositionService
Located at PropositionService.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
|
#
getPropositionStatus( string $propositionNumber )
Returns the status for a proposition number ('pending', 'finished' or 'invalid') |
string |
SERVICE
|
'PropositionService' |
#
The SOAP service that corresponds with this class. |
string |
API_VERSION
|
'5.23' |
#
The API version. |
protected static
|
$_soapClient | null |
#
The SoapClient used to perform the SOAP calls. |