Your IP : 216.73.216.52


Current Path : /home/rtorresani/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/
Upload File :
Current File : //home/rtorresani/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl

declare(strict_types=1);

{namespace}class {class_name} extends \SoapClient
{
    public function __construct($wsdl, array $options)
    {
        parent::__construct('{wsdl}', $options);
    }
{methods}}