PHP Class PayPal\Core\PPXmlMessage

Author:
Afficher le fichier Open project: paypal/sdk-core-php

Méthodes publiques

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

Private Methods

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

Method Details

init() public méthode

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 méthode

public toSOAP ( ) : string
Résultat string

toXMLString() public méthode

public toXMLString ( ) : string
Résultat string