source:
pro-violet-viettel/sourcecode/application/libraries/vsoap.php
@
753
Last change on this file since 753 was 483, checked in by dungnv, 11 years ago | |
---|---|
File size: 174 bytes |
Line | |
---|---|
1 | <?php |
2 | class Vsoap extends SoapServer |
3 | { |
4 | public function __construct($wsdl=null, $options = null) |
5 | { |
6 | return parent::__construct($wsdl, $options); |
7 | } |
8 | } |
Note: See TracBrowser
for help on using the repository browser.