MagicSmoke  $VERSION$
WOPaymentType Class Reference
Inheritance diagram for WOPaymentType:
WObject

Public Member Functions

 __construct ()
 
 getdataname ()
 
 getdatapreset ()
 
 getdescription ()
 
 getflags ()
 
 getname ()
 
 getstr_dataname ()
 
 getstr_datapreset ()
 
 getstr_description ()
 
 getstr_flags ()
 
 getstr_name ()
 
 propertyArray ()
 
 setdataname ($value)
 
 setdatapreset ($value)
 
 setdescription ($value)
 
 setflags ($value)
 
 setname ($value)
 
 toString ()
 
 toTablepaymenttype (&$table)
 
 toXml ($xml, $elementname="PaymentType")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

Static Public Member Functions

static fromString ($txt)
 
static fromTableArraypaymenttype (array $table)
 
static fromTablepaymenttype ($table)
 
static fromXml ($xml, $elem)
 
static validatedataname ($value)
 
static validatedatapreset ($value)
 
static validatedescription ($value)
 
static validateflags ($value)
 
static validatename ($value)
 
- Static Public Member Functions inherited from WObject
static elementsByTagName ($root, $tag)
 helper function that returns only the elements directly beneith the one given as $root More...
 
static fromXmlBoolean ($str)
 helper function for XML'ized objects that transforms XML boolean to PHP boolean More...
 
static isXmlBoolean ($str)
 helper function for XML'ized objects: it returns whether the string is a valid boolean More...
 

Protected Member Functions

 toXmlHelper ($xml, $root)
 
- Protected Member Functions inherited from WObject
 __construct ()
 
 toXmlHelper ($xml, $root)
 base for serialization More...
 

Static Protected Member Functions

static fromXmlHelper ($data, $xml, $elem)
 
- Static Protected Member Functions inherited from WObject
static fromXmlHelper ($data, $xml, $elem)
 base for deserialization More...
 
static objectToArray ($obj)
 helper function for classy objects that calls getPropertyArray if available More...
 

Protected Attributes

 $prop_dataname =null
 
 $prop_datapreset =null
 
 $prop_description =null
 
 $prop_flags =null
 
 $prop_name =null
 

Constructor & Destructor Documentation

WOPaymentType::__construct ( )

Member Function Documentation

static WOPaymentType::fromString (   $txt)
static

References translate().

static WOPaymentType::fromTableArraypaymenttype ( array  $table)
static

References $i.

Referenced by WOOrder\getPaymentTypesTransaction().

static WOPaymentType::fromTablepaymenttype (   $table)
static
static WOPaymentType::fromXml (   $xml,
  $elem 
)
static
static WOPaymentType::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOPaymentType::getdataname ( )

References $prop_dataname.

Referenced by toXmlHelper().

WOPaymentType::getdatapreset ( )

References $prop_datapreset.

Referenced by toXmlHelper().

WOPaymentType::getdescription ( )

References $prop_description.

Referenced by toXmlHelper().

WOPaymentType::getflags ( )

References $prop_flags.

Referenced by toXmlHelper().

WOPaymentType::getname ( )

References $prop_name.

Referenced by toXmlHelper().

WOPaymentType::getstr_dataname ( )

References $prop_dataname.

Referenced by toXmlHelper().

WOPaymentType::getstr_datapreset ( )

References $prop_datapreset.

Referenced by toXmlHelper().

WOPaymentType::getstr_description ( )

References $prop_description.

Referenced by toXmlHelper().

WOPaymentType::getstr_flags ( )

References $prop_flags.

Referenced by toXmlHelper().

WOPaymentType::getstr_name ( )

References $prop_name.

Referenced by toXmlHelper().

WOPaymentType::propertyArray ( )
WOPaymentType::setdataname (   $value)
WOPaymentType::setdatapreset (   $value)
WOPaymentType::setdescription (   $value)
WOPaymentType::setflags (   $value)
WOPaymentType::setname (   $value)
WOPaymentType::toString ( )

References toXml().

WOPaymentType::toTablepaymenttype ( $table)
WOPaymentType::toXml (   $xml,
  $elementname = "PaymentType" 
)

References toXmlHelper().

Referenced by toString().

WOPaymentType::toXmlHelper (   $xml,
  $root 
)
protected
static WOPaymentType::validatedataname (   $value)
static
static WOPaymentType::validatedatapreset (   $value)
static
static WOPaymentType::validatedescription (   $value)
static
static WOPaymentType::validateflags (   $value)
static
static WOPaymentType::validatename (   $value)
static

Member Data Documentation

WOPaymentType::$prop_dataname =null
protected
WOPaymentType::$prop_datapreset =null
protected
WOPaymentType::$prop_description =null
protected
WOPaymentType::$prop_flags =null
protected
WOPaymentType::$prop_name =null
protected

The documentation for this class was generated from the following file: