%PDF- %PDF-
Direktori : /www/loslex/demo/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/ |
Current File : /www/loslex/demo/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/wsdl_class.tpl |
declare(strict_types=1); {namespace}class {class_name} extends \SoapClient { public function __construct($wsdl, array $options) { parent::__construct('{wsdl}', $options); } {methods}}