wsdl_class.tpl.dist 157 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 class {class_name} extends SOAPClient { public function __construct($wsdl, array $options) { parent::__construct('{wsdl}'); } {methods}}