source: pro-violet-viettel/sourcecode/application/libraries/vsoap.php @ 701

Last change on this file since 701 was 483, checked in by dungnv, 11 years ago
File size: 174 bytes
Line 
1<?php
2class 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.