%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/klubovnaostrava/test2/wp-content/plugins/simple-membership/lib/braintree/lib/Braintree/
Upload File :
Create Path :
Current File : /www/klubovnaostrava/test2/wp-content/plugins/simple-membership/lib/braintree/lib/Braintree/Xml.php

<?php
namespace Braintree;

/**
 * Braintree Xml parser and generator
 * PHP version 5
 * superclass for Braintree XML parsing and generation
 */
class Xml
{
    /**
     * @ignore
     */
    protected function  __construct()
    {

    }

    /**
     *
     * @param string $xml
     * @return array
     */
    public static function buildArrayFromXml($xml)
    {
        return Xml\Parser::arrayFromXml($xml);
    }

    /**
     *
     * @param array $array
     * @return string
     */
    public static function buildXmlFromArray($array)
    {
        return Xml\Generator::arrayToXml($array);
    }
}
class_alias('Braintree\Xml', 'Braintree_Xml');

Zerion Mini Shell 1.0