Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes

WOShippingAbstract Class Reference

Inheritance diagram for WOShippingAbstract:
WObject WOShipping

List of all members.

Public Member Functions

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

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)

Protected Member Functions

 toXmlHelper ($xml, $root)
 base for serialization

Static Protected Member Functions

static fromXmlHelper ($data, $xml, $elem)
 base for deserialization

Protected Attributes

 $prop_canuse = null
 $prop_cost = null
 $prop_description = null
 $prop_flags = null
 $prop_shipid = null

Constructor & Destructor Documentation

WOShippingAbstract::__construct (  ) 

Reimplemented from WObject.


Member Function Documentation

static WOShippingAbstract::fromString ( txt  )  [static]

References fromXml(), and translate().

static WOShippingAbstract::fromTableArrayshipping ( array $  table  )  [static]
static WOShippingAbstract::fromTableshipping ( table  )  [static]
static WOShippingAbstract::fromXml ( xml,
elem 
) [static]
static WOShippingAbstract::fromXmlHelper ( data,
xml,
elem 
) [static, protected]

base for deserialization

Reimplemented from WObject.

References WObject::elementsByTagName().

Referenced by fromXml().

WOShippingAbstract::getcanuse (  ) 

Referenced by toXmlHelper().

WOShippingAbstract::getcost (  ) 

Referenced by toXmlHelper().

WOShippingAbstract::getdescription (  ) 

Referenced by toXmlHelper().

WOShippingAbstract::getflags (  ) 

Referenced by toXmlHelper().

WOShippingAbstract::getshipid (  ) 

Referenced by toXmlHelper().

WOShippingAbstract::getstr_canuse (  ) 

Referenced by toXmlHelper().

WOShippingAbstract::getstr_cost (  ) 

Referenced by toXmlHelper().

WOShippingAbstract::getstr_description (  ) 

Referenced by toXmlHelper().

WOShippingAbstract::getstr_flags (  ) 

Referenced by toXmlHelper().

WOShippingAbstract::getstr_shipid (  ) 

Referenced by toXmlHelper().

WOShippingAbstract::propertyArray (  ) 

base for property array

Reimplemented from WObject.

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]
WOShippingAbstract::$prop_cost = null [protected]
WOShippingAbstract::$prop_description = null [protected]
WOShippingAbstract::$prop_flags = null [protected]
WOShippingAbstract::$prop_shipid = null [protected]

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