PHP Class ScriptFUSION\Porter\Net\Soap\SoapOptions

Inheritance: extends ScriptFUSION\Porter\Options\EncapsulatedOptions
Afficher le fichier Open project: ScriptFUSION/Porter Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( )
extractSoapClientOptions ( ) : array Extracts a list of SOAP Client options only.
getCacheWsdl ( ) : integer
getClassmap ( ) : array
getCompression ( ) : boolean
getConnectionTimeout ( ) : integer
getEncoding ( ) : string
getExceptions ( ) : boolean
getFeatures ( ) : integer
getKeepAlive ( ) : boolean
getLocation ( ) : string
getParameters ( ) : array
getProxyHost ( ) : string
getProxyLogin ( ) : string
getProxyPassword ( ) : string
getProxyPort ( ) : integer
getSslMethod ( ) : integer
getTrace ( ) : boolean
getTypemap ( ) : array
getUri ( ) : string
getUserAgent ( ) : string
getVersion ( ) : integer
setCacheWsdl ( integer $cacheMode ) Sets the WSDL caching mode.
setClassmap ( array $classmap )
setCompression ( boolean $compression )
setConnectionTimeout ( integer $timeout )
setEncoding ( string $encoding ) Sets the character encoding for strings.
setExceptions ( boolean $exceptions )
setFeatures ( integer $features )
setKeepAlive ( boolean $keepAlive )
setLocation ( string $location )
setParameters ( array $params )
setProxyHost ( string $host )
setProxyLogin ( string $login )
setProxyPassword ( string $password )
setProxyPort ( integer $port )
setSslMethod ( integer $method )
setTrace ( boolean $trace )
setTypemap ( array $typemap )
setUri ( string $uri )
setUserAgent ( string $userAgent )
setVersion ( integer $version )

Method Details

__construct() public méthode

public __construct ( )

extractSoapClientOptions() public méthode

Extracts a list of SOAP Client options only.
See also: http://php.net/manual/en/soapclient.soapclient.php
public extractSoapClientOptions ( ) : array
Résultat array SOAP context options.

getCacheWsdl() public méthode

public getCacheWsdl ( ) : integer
Résultat integer

getClassmap() public méthode

public getClassmap ( ) : array
Résultat array

getCompression() public méthode

public getCompression ( ) : boolean
Résultat boolean

getConnectionTimeout() public méthode

public getConnectionTimeout ( ) : integer
Résultat integer

getEncoding() public méthode

public getEncoding ( ) : string
Résultat string

getExceptions() public méthode

public getExceptions ( ) : boolean
Résultat boolean

getFeatures() public méthode

public getFeatures ( ) : integer
Résultat integer

getKeepAlive() public méthode

public getKeepAlive ( ) : boolean
Résultat boolean

getLocation() public méthode

public getLocation ( ) : string
Résultat string

getParameters() public méthode

public getParameters ( ) : array
Résultat array

getProxyHost() public méthode

public getProxyHost ( ) : string
Résultat string

getProxyLogin() public méthode

public getProxyLogin ( ) : string
Résultat string

getProxyPassword() public méthode

public getProxyPassword ( ) : string
Résultat string

getProxyPort() public méthode

public getProxyPort ( ) : integer
Résultat integer

getSslMethod() public méthode

public getSslMethod ( ) : integer
Résultat integer

getTrace() public méthode

public getTrace ( ) : boolean
Résultat boolean

getTypemap() public méthode

public getTypemap ( ) : array
Résultat array

getUri() public méthode

public getUri ( ) : string
Résultat string

getUserAgent() public méthode

public getUserAgent ( ) : string
Résultat string

getVersion() public méthode

public getVersion ( ) : integer
Résultat integer

setCacheWsdl() public méthode

Sets the WSDL caching mode.
public setCacheWsdl ( integer $cacheMode )
$cacheMode integer One of WSDL_CACHE_NONE, WSDL_CACHE_DISK, WSDL_CACHE_MEMORY or WSDL_CACHE_BOTH.

setClassmap() public méthode

public setClassmap ( array $classmap )
$classmap array

setCompression() public méthode

public setCompression ( boolean $compression )
$compression boolean

setConnectionTimeout() public méthode

public setConnectionTimeout ( integer $timeout )
$timeout integer

setEncoding() public méthode

Sets the character encoding for strings.
public setEncoding ( string $encoding )
$encoding string Character encoding, e.g. utf-8.

setExceptions() public méthode

public setExceptions ( boolean $exceptions )
$exceptions boolean

setFeatures() public méthode

public setFeatures ( integer $features )
$features integer A bitmask one of SOAP_SINGLE_ELEMENT_ARRAYS, SOAP_USE_XSI_ARRAY_TYPE, SOAP_WAIT_ONE_WAY_CALLS.

setKeepAlive() public méthode

public setKeepAlive ( boolean $keepAlive )
$keepAlive boolean

setLocation() public méthode

public setLocation ( string $location )
$location string

setParameters() public méthode

public setParameters ( array $params )
$params array

setProxyHost() public méthode

public setProxyHost ( string $host )
$host string

setProxyLogin() public méthode

public setProxyLogin ( string $login )
$login string

setProxyPassword() public méthode

public setProxyPassword ( string $password )
$password string

setProxyPort() public méthode

public setProxyPort ( integer $port )
$port integer

setSslMethod() public méthode

public setSslMethod ( integer $method )
$method integer Ssl method to use of SOAP_SSL_METHOD_TLS, SOAP_SSL_METHOD_SSLv2, SOAP_SSL_METHOD_SSLv3 or SOAP_SSL_METHOD_SSLv23.

setTrace() public méthode

public setTrace ( boolean $trace )
$trace boolean

setTypemap() public méthode

public setTypemap ( array $typemap )
$typemap array

setUri() public méthode

public setUri ( string $uri )
$uri string

setUserAgent() public méthode

public setUserAgent ( string $userAgent )
$userAgent string

setVersion() public méthode

public setVersion ( integer $version )
$version integer