]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/PHPUnit/Framework/MockObject/Generator/wsdl_class.tpl.dist
Release 6.2.0
[Github/sugarcrm.git] / tests / PHPUnit / PHPUnit / Framework / MockObject / Generator / wsdl_class.tpl.dist
1 class {class_name} extends SOAPClient
2 {
3     public function __construct($wsdl, array $options)
4     {
5         parent::__construct('{wsdl}');
6     }
7 {methods}}