Renamed SoapClient to SimpleSoapClient

This commit is contained in:
Andreas Schamberger
2011-09-26 15:52:03 +02:00
parent d29f0caa8d
commit a46a42412e
3 changed files with 17 additions and 13 deletions

View File

@ -18,7 +18,7 @@ use BeSimple\SoapCommon\Converter\TypeConverterCollection;
/**
* @author Francis Besset <francis.besset@gmail.com>
*/
class SoapClient
class SimpleSoapClient
{
protected $wsdl;
protected $converters;