source:
pro-violet-viettel/sourcecode/application/libraries/vsoap.php
@
744
Last change on this file since 744 was 483, checked in by dungnv, 11 years ago | |
---|---|
File size: 174 bytes |
Rev | Line | |
---|---|---|
[483] | 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.