PHP Classes

File: vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl

Recommend this page to a friend!
  Classes of Okanlawon Anuoluwapo   Crud HTTP PHP Curl Request   vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl   Download  
File: vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Crud HTTP PHP Curl Request
Send HTTP requests to perform CRUD operations
Author: By
Last change:
Date: 8 months ago
Size: 205 bytes
 

Contents

Class file image Download
declare(strict_types=1); {namespace}class {class_name} extends \SoapClient { public function __construct($wsdl, array $options) { parent::__construct('{wsdl}', $options); } {methods}}