PHP 클래스 Phpro\SoapClient\Soap\SoapClient

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

보호된 프로퍼티들

프로퍼티 타입 설명
$types array SOAP types derived from WSDL

공개 메소드들

메소드 설명
getSoapElementType ( string $complexType, string $element ) : string Get a SOAP type’s element
getSoapElements ( string $complexType ) : array Get SOAP elements for a complexType
getSoapTypes ( ) : array Retrieve SOAP types from the WSDL and parse them

메소드 상세

getSoapElementType() 공개 메소드

Get a SOAP type’s element
public getSoapElementType ( string $complexType, string $element ) : string
$complexType string Name of SOAP complexType
$element string Name of element belonging to SOAP complexType
리턴 string

getSoapElements() 공개 메소드

Get SOAP elements for a complexType
public getSoapElements ( string $complexType ) : array
$complexType string Name of SOAP complexType
리턴 array Names of elements and their types

getSoapTypes() 공개 메소드

Retrieve SOAP types from the WSDL and parse them
public getSoapTypes ( ) : array
리턴 array Array of types and their properties

프로퍼티 상세

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

SOAP types derived from WSDL
protected array $types
리턴 array