PHP 클래스 ScriptFUSION\Porter\Net\Soap\SoapOptions

상속: extends ScriptFUSION\Porter\Options\EncapsulatedOptions
파일 보기 프로젝트 열기: ScriptFUSION/Porter 1 사용 예제들

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

public __construct ( )

extractSoapClientOptions() 공개 메소드

Extracts a list of SOAP Client options only.
또한 보기: http://php.net/manual/en/soapclient.soapclient.php
public extractSoapClientOptions ( ) : array
리턴 array SOAP context options.

getCacheWsdl() 공개 메소드

public getCacheWsdl ( ) : integer
리턴 integer

getClassmap() 공개 메소드

public getClassmap ( ) : array
리턴 array

getCompression() 공개 메소드

public getCompression ( ) : boolean
리턴 boolean

getConnectionTimeout() 공개 메소드

public getConnectionTimeout ( ) : integer
리턴 integer

getEncoding() 공개 메소드

public getEncoding ( ) : string
리턴 string

getExceptions() 공개 메소드

public getExceptions ( ) : boolean
리턴 boolean

getFeatures() 공개 메소드

public getFeatures ( ) : integer
리턴 integer

getKeepAlive() 공개 메소드

public getKeepAlive ( ) : boolean
리턴 boolean

getLocation() 공개 메소드

public getLocation ( ) : string
리턴 string

getParameters() 공개 메소드

public getParameters ( ) : array
리턴 array

getProxyHost() 공개 메소드

public getProxyHost ( ) : string
리턴 string

getProxyLogin() 공개 메소드

public getProxyLogin ( ) : string
리턴 string

getProxyPassword() 공개 메소드

public getProxyPassword ( ) : string
리턴 string

getProxyPort() 공개 메소드

public getProxyPort ( ) : integer
리턴 integer

getSslMethod() 공개 메소드

public getSslMethod ( ) : integer
리턴 integer

getTrace() 공개 메소드

public getTrace ( ) : boolean
리턴 boolean

getTypemap() 공개 메소드

public getTypemap ( ) : array
리턴 array

getUri() 공개 메소드

public getUri ( ) : string
리턴 string

getUserAgent() 공개 메소드

public getUserAgent ( ) : string
리턴 string

getVersion() 공개 메소드

public getVersion ( ) : integer
리턴 integer

setCacheWsdl() 공개 메소드

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 setClassmap ( array $classmap )
$classmap array

setCompression() 공개 메소드

public setCompression ( boolean $compression )
$compression boolean

setConnectionTimeout() 공개 메소드

public setConnectionTimeout ( integer $timeout )
$timeout integer

setEncoding() 공개 메소드

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

setExceptions() 공개 메소드

public setExceptions ( boolean $exceptions )
$exceptions boolean

setFeatures() 공개 메소드

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 setKeepAlive ( boolean $keepAlive )
$keepAlive boolean

setLocation() 공개 메소드

public setLocation ( string $location )
$location string

setParameters() 공개 메소드

public setParameters ( array $params )
$params array

setProxyHost() 공개 메소드

public setProxyHost ( string $host )
$host string

setProxyLogin() 공개 메소드

public setProxyLogin ( string $login )
$login string

setProxyPassword() 공개 메소드

public setProxyPassword ( string $password )
$password string

setProxyPort() 공개 메소드

public setProxyPort ( integer $port )
$port integer

setSslMethod() 공개 메소드

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 setTrace ( boolean $trace )
$trace boolean

setTypemap() 공개 메소드

public setTypemap ( array $typemap )
$typemap array

setUri() 공개 메소드

public setUri ( string $uri )
$uri string

setUserAgent() 공개 메소드

public setUserAgent ( string $userAgent )
$userAgent string

setVersion() 공개 메소드

public setVersion ( integer $version )
$version integer