|
MagicSmoke
$VERSION$
|
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 | |
| WOShippingAbstract::__construct | ( | ) |
|
static |
References translate().
|
static |
References $i.
Referenced by WebCart\createCartOverview(), and WTrGetAllShipping\handleRequest().
|
static |
|
static |
|
staticprotected |
References WObject\elementsByTagName().
| 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 | ) |
References WObject\fromXmlBoolean(), and WObject\isXmlBoolean().
| WOShippingAbstract::setcost | ( | $value | ) |
| WOShippingAbstract::setdescription | ( | $value | ) |
| WOShippingAbstract::setflags | ( | $value | ) |
| WOShippingAbstract::setshipid | ( | $value | ) |
| WOShippingAbstract::toString | ( | ) |
References toXml().
| WOShippingAbstract::toTableshipping | ( | & | $table | ) |
References $prop_cost, $prop_description, $prop_flags, and $prop_shipid.
| WOShippingAbstract::toXml | ( | $xml, | |
$elementname = "Shipping" |
|||
| ) |
References toXmlHelper().
Referenced by toString().
|
protected |
References getcanuse(), getcost(), getdescription(), getflags(), getshipid(), getstr_canuse(), getstr_cost(), getstr_description(), getstr_flags(), getstr_shipid(), and xq().
Referenced by toXml().
|
static |
|
static |
|
static |
|
static |
|
static |
|
protected |
Referenced by getcanuse().
|
protected |
Referenced by getcost(), and toTableshipping().
|
protected |
Referenced by getdescription(), getstr_description(), and toTableshipping().
|
protected |
Referenced by getflags(), getstr_flags(), and toTableshipping().
|
protected |
Referenced by getshipid(), and toTableshipping().