MagicSmoke  $VERSION$
WOShippingAbstract Class Reference
Inheritance diagram for WOShippingAbstract:
WObject WOShipping

Public Member Functions

 __construct ()
 
 getcanuse ()
 
 getcost ()
 
 getdescription ()
 
 getflags ()
 
 getshipid ()
 
 getstr_canuse ()
 
 getstr_cost ()
 
 getstr_description ()
 
 getstr_flags ()
 
 getstr_shipid ()
 
 propertyArray ()
 
 setcanuse ($value)
 
 setcost ($value)
 
 setdescription ($value)
 
 setflags ($value)
 
 setshipid ($value)
 
 toString ()
 
 toTableshipping (&$table)
 
 toXml ($xml, $elementname="Shipping")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

Static Public Member Functions

static fromString ($txt)
 
static fromTableArrayshipping (array $table)
 
static fromTableshipping ($table)
 
static fromXml ($xml, $elem)
 
static validatecanuse ($value)
 
static validatecost ($value)
 
static validatedescription ($value)
 
static validateflags ($value)
 
static validateshipid ($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_canuse =null
 
 $prop_cost =null
 
 $prop_description =null
 
 $prop_flags =null
 
 $prop_shipid =null
 

Constructor & Destructor Documentation

WOShippingAbstract::__construct ( )

Member Function Documentation

static WOShippingAbstract::fromString (   $txt)
static

References translate().

static WOShippingAbstract::fromTableArrayshipping ( array  $table)
static
static WOShippingAbstract::fromTableshipping (   $table)
static
static WOShippingAbstract::fromXml (   $xml,
  $elem 
)
static
static WOShippingAbstract::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOShippingAbstract::getcanuse ( )

References $prop_canuse.

Referenced by toXmlHelper().

WOShippingAbstract::getcost ( )

References $prop_cost.

Referenced by toXmlHelper().

WOShippingAbstract::getdescription ( )

References $prop_description.

Referenced by toXmlHelper().

WOShippingAbstract::getflags ( )

References $prop_flags.

Referenced by toXmlHelper().

WOShippingAbstract::getshipid ( )

References $prop_shipid.

Referenced by toXmlHelper().

WOShippingAbstract::getstr_canuse ( )

Referenced by toXmlHelper().

WOShippingAbstract::getstr_cost ( )

Referenced by toXmlHelper().

WOShippingAbstract::getstr_description ( )

References $prop_description.

Referenced by toXmlHelper().

WOShippingAbstract::getstr_flags ( )

References $prop_flags.

Referenced by toXmlHelper().

WOShippingAbstract::getstr_shipid ( )

Referenced by toXmlHelper().

WOShippingAbstract::propertyArray ( )
WOShippingAbstract::setcanuse (   $value)
WOShippingAbstract::setcost (   $value)
WOShippingAbstract::setdescription (   $value)
WOShippingAbstract::setflags (   $value)
WOShippingAbstract::setshipid (   $value)
WOShippingAbstract::toString ( )

References toXml().

WOShippingAbstract::toTableshipping ( $table)
WOShippingAbstract::toXml (   $xml,
  $elementname = "Shipping" 
)

References toXmlHelper().

Referenced by toString().

WOShippingAbstract::toXmlHelper (   $xml,
  $root 
)
protected
static WOShippingAbstract::validatecanuse (   $value)
static
static WOShippingAbstract::validatecost (   $value)
static
static WOShippingAbstract::validatedescription (   $value)
static
static WOShippingAbstract::validateflags (   $value)
static
static WOShippingAbstract::validateshipid (   $value)
static

Member Data Documentation

WOShippingAbstract::$prop_canuse =null
protected

Referenced by getcanuse().

WOShippingAbstract::$prop_cost =null
protected

Referenced by getcost(), and toTableshipping().

WOShippingAbstract::$prop_description =null
protected
WOShippingAbstract::$prop_flags =null
protected
WOShippingAbstract::$prop_shipid =null
protected

Referenced by getshipid(), and toTableshipping().


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