PHP 클래스 VCR\LibraryHooks\SoapHook

상속: implements VCR\LibraryHooks\LibraryHook
파일 보기 프로젝트 열기: php-vcr/php-vcr

공개 메소드들

메소드 설명
__construct ( VCR\CodeTransform\AbstractCodeTransform $codeTransformer, StreamProcessor $processor ) Creates a SOAP hook instance.
__destruct ( ) : void Cleanup.
disable ( )
doRequest ( string $request, string $location, string $action, integer $version, integer $one_way, $options = [] ) : string
enable ( Closure $requestCallback )
isEnabled ( )

메소드 상세

__construct() 공개 메소드

Creates a SOAP hook instance.
public __construct ( VCR\CodeTransform\AbstractCodeTransform $codeTransformer, StreamProcessor $processor )
$codeTransformer VCR\CodeTransform\AbstractCodeTransform
$processor VCR\Util\StreamProcessor

__destruct() 공개 메소드

Cleanup.
public __destruct ( ) : void
리턴 void

disable() 공개 메소드

public disable ( )

doRequest() 공개 메소드

public doRequest ( string $request, string $location, string $action, integer $version, integer $one_way, $options = [] ) : string
$request string
$location string
$action string
$version integer
$one_way integer
리턴 string SOAP response.

enable() 공개 메소드

public enable ( Closure $requestCallback )
$requestCallback Closure

isEnabled() 공개 메소드

public isEnabled ( )