b0y-101 Mini Shell


Current Path : E:/www/b-group.old/business/applicationmba/vendor/codeception/base/src/Codeception/Util/
File Upload :
Current File : E:/www/b-group.old/business/applicationmba/vendor/codeception/base/src/Codeception/Util/Soap.php

<?php
namespace Codeception\Util;

/**
 * This class is left for BC compatibility.
 * Most of its contents moved to parent
 *
 * Class Soap
 * @package Codeception\Util
 */
class Soap extends Xml
{
    public static function request()
    {
        return new XmlBuilder();
    }

    public static function response()
    {
        return new XmlBuilder();
    }
}

Copyright © 2019 by b0y-101