added email

removed unused variable
This commit is contained in:
Andreas Schamberger
2011-10-22 11:28:15 +02:00
parent eb8e8495ad
commit ccd5d04078
6 changed files with 8 additions and 17 deletions

View File

@ -17,7 +17,7 @@ namespace BeSimple\SoapClient;
* server implementations. It also provides namespace and configuration
* constants.
*
* @author Andreas Schamberger
* @author Andreas Schamberger <mail@andreass.net>
*/
class Helper
{
@ -136,13 +136,6 @@ class Helper
*/
const PFX_XOP = 'xop';
/**
* Wheather to format the XML output or not.
*
* @var boolean
*/
public static $formatXmlOutput = false;
/**
* Generate a pseudo-random version 4 UUID.
*