PHP Class PayPal\Core\PPXmlMessage

Author:
Show file Open project: paypal/sdk-core-php

Public Methods

Method Description
init ( array $map = [], string $isRoot = true )
toSOAP ( ) : string
toXMLString ( ) : string

Private Methods

Method Description
buildProperty ( string $property, PPXmlMessage | string $value, string $namespace = 'ebl' ) : string
fillRelation ( string $property, array $element )

Method Details

init() public method

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 method

public toSOAP ( ) : string
return string

toXMLString() public method

public toXMLString ( ) : string
return string