PHP 클래스 Phpro\SoapClient\Client

상속: implements ClientInterface
파일 보기 프로젝트 열기: phpro/soap-client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$soapClient SoapClient

공개 메소드들

메소드 설명
__construct ( SoapClient $soapClient, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
applySoapHeaders ( SoapHeade\SoapHeader | SoapHeade\SoapHeader[] $soapHeaders )
changeSoapLocation ( string $location )
debugLastSoapRequest ( ) : array Make it possible to debug the last request.

보호된 메소드들

메소드 설명
call ( string $method, Phpro\SoapClient\Type\RequestInterface $request ) : Phpro\SoapClient\Type\ResultInterface

메소드 상세

__construct() 공개 메소드

public __construct ( SoapClient $soapClient, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$soapClient SoapClient
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface

applySoapHeaders() 공개 메소드

public applySoapHeaders ( SoapHeade\SoapHeader | SoapHeade\SoapHeader[] $soapHeaders )
$soapHeaders SoapHeade\SoapHeader | SoapHeade\SoapHeader[]

call() 보호된 메소드

protected call ( string $method, Phpro\SoapClient\Type\RequestInterface $request ) : Phpro\SoapClient\Type\ResultInterface
$method string
$request Phpro\SoapClient\Type\RequestInterface
리턴 Phpro\SoapClient\Type\ResultInterface

changeSoapLocation() 공개 메소드

public changeSoapLocation ( string $location )
$location string

debugLastSoapRequest() 공개 메소드

Make it possible to debug the last request.
public debugLastSoapRequest ( ) : array
리턴 array

프로퍼티 상세

$dispatcher 보호되어 있는 프로퍼티

protected EventDispatcherInterface,Symfony\Component\EventDispatcher $dispatcher
리턴 Symfony\Component\EventDispatcher\EventDispatcherInterface

$soapClient 보호되어 있는 프로퍼티

protected SoapClient $soapClient
리턴 SoapClient