PHP 클래스 PayPal\Core\PPXmlMessage

저자:
파일 보기 프로젝트 열기: paypal/sdk-core-php

공개 메소드들

메소드 설명
init ( array $map = [], string $isRoot = true )
toSOAP ( ) : string
toXMLString ( ) : string

비공개 메소드들

메소드 설명
buildProperty ( string $property, PPXmlMessage | string $value, string $namespace = 'ebl' ) : string
fillRelation ( string $property, array $element )

메소드 상세

init() 공개 메소드

public init ( array $map = [], string $isRoot = true )
$map array intermediate array representation of XML message to deserialize
$isRoot string true if this is a root class for SOAP deserialization

toSOAP() 공개 메소드

public toSOAP ( ) : string
리턴 string

toXMLString() 공개 메소드

public toXMLString ( ) : string
리턴 string