Public Member Functions | |
| __construct () | |
| getaddr1 () | |
| getaddr2 () | |
| getaddressid () | |
| getcity () | |
| getcountry () | |
| getcountryid () | |
| getcustomerid () | |
| getisdeleted () | |
| getlastused () | |
| getname () | |
| getstate () | |
| getstr_addr1 () | |
| getstr_addr2 () | |
| getstr_addressid () | |
| getstr_city () | |
| getstr_countryid () | |
| getstr_customerid () | |
| getstr_isdeleted () | |
| getstr_lastused () | |
| getstr_name () | |
| getstr_state () | |
| getstr_zipcode () | |
| getzipcode () | |
| propertyArray () | |
| base for property array | |
| setaddr1 ($value) | |
| setaddr2 ($value) | |
| setaddressid ($value) | |
| setcity ($value) | |
| setcountry ($value) | |
| setcountryid ($value) | |
| setcustomerid ($value) | |
| setisdeleted ($value) | |
| setlastused ($value) | |
| setname ($value) | |
| setstate ($value) | |
| setzipcode ($value) | |
| toString () | |
| toTableaddress (&$table) | |
| toXml ($xml, $elementname="Address") | |
Static Public Member Functions | |
| static | fromString ($txt) |
| static | fromTableaddress ($table) |
| static | fromTableArrayaddress (array $table) |
| static | fromXml ($xml, $elem) |
| static | validateaddr1 ($value) |
| static | validateaddr2 ($value) |
| static | validateaddressid ($value) |
| static | validatecity ($value) |
| static | validatecountry ($value) |
| static | validatecountryid ($value) |
| static | validatecustomerid ($value) |
| static | validateisdeleted ($value) |
| static | validatelastused ($value) |
| static | validatename ($value) |
| static | validatestate ($value) |
| static | validatezipcode ($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_addr1 = null | |
| $prop_addr2 = null | |
| $prop_addressid = null | |
| $prop_city = null | |
| $prop_country = null | |
| $prop_countryid = null | |
| $prop_customerid = null | |
| $prop_isdeleted = null | |
| $prop_lastused = null | |
| $prop_name = null | |
| $prop_state = null | |
| $prop_zipcode = null | |
| WOAddress::__construct | ( | ) |
Reimplemented from WObject.
| static WOAddress::fromString | ( | $ | txt | ) | [static] |
References fromXml(), and translate().
| static WOAddress::fromTableaddress | ( | $ | table | ) | [static] |
References WOCountry::fromTablecountry(), and WTcountry::getFromDB().
Referenced by WOWebCartAbstract::fromTablecart(), WOOrderAbstract::fromTableorder(), and WTrGetAddress::handleRequest().
| static WOAddress::fromTableArrayaddress | ( | array $ | table | ) | [static] |
Referenced by WOCustomerAbstract::fromTablecustomer().
| static WOAddress::fromXml | ( | $ | xml, | |
| $ | elem | |||
| ) | [static] |
References fromXmlHelper().
Referenced by fromString(), WOWebCartAbstract::fromXmlHelper(), WOOrderAbstract::fromXmlHelper(), and WOCustomerAbstract::fromXmlHelper().
| static WOAddress::fromXmlHelper | ( | $ | data, | |
| $ | xml, | |||
| $ | elem | |||
| ) | [static, protected] |
base for deserialization
Reimplemented from WObject.
References WObject::elementsByTagName(), and WOCountry::fromXml().
Referenced by fromXml().
| WOAddress::getaddr1 | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getaddr2 | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getaddressid | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getcity | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getcountry | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getcountryid | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getcustomerid | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getisdeleted | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getlastused | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getname | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getstate | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getstr_addr1 | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getstr_addr2 | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getstr_addressid | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getstr_city | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getstr_countryid | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getstr_customerid | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getstr_isdeleted | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getstr_lastused | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getstr_name | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getstr_state | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getstr_zipcode | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getzipcode | ( | ) |
Referenced by toXmlHelper().
| WOAddress::propertyArray | ( | ) |
| WOAddress::setaddr1 | ( | $ | value | ) |
| WOAddress::setaddr2 | ( | $ | value | ) |
| WOAddress::setaddressid | ( | $ | value | ) |
| WOAddress::setcity | ( | $ | value | ) |
| WOAddress::setcountry | ( | $ | value | ) |
| WOAddress::setcountryid | ( | $ | value | ) |
| WOAddress::setcustomerid | ( | $ | value | ) |
| WOAddress::setisdeleted | ( | $ | value | ) |
References WObject::fromXmlBoolean(), and WObject::isXmlBoolean().
| WOAddress::setlastused | ( | $ | value | ) |
| WOAddress::setname | ( | $ | value | ) |
| WOAddress::setstate | ( | $ | value | ) |
| WOAddress::setzipcode | ( | $ | value | ) |
| WOAddress::toString | ( | ) |
References toXml().
| WOAddress::toTableaddress | ( | &$ | table | ) |
| WOAddress::toXml | ( | $ | xml, | |
| $ | elementname = "Address" | |||
| ) |
References toXmlHelper().
Referenced by toString().
| WOAddress::toXmlHelper | ( | $ | xml, | |
| $ | root | |||
| ) | [protected] |
base for serialization
Reimplemented from WObject.
References getaddr1(), getaddr2(), getaddressid(), getcity(), getcountry(), getcountryid(), getcustomerid(), getisdeleted(), getlastused(), getname(), getstate(), getstr_addr1(), getstr_addr2(), getstr_addressid(), getstr_city(), getstr_countryid(), getstr_customerid(), getstr_isdeleted(), getstr_lastused(), getstr_name(), getstr_state(), getstr_zipcode(), getzipcode(), and xq().
Referenced by toXml().
| static WOAddress::validateaddr1 | ( | $ | value | ) | [static] |
| static WOAddress::validateaddr2 | ( | $ | value | ) | [static] |
| static WOAddress::validateaddressid | ( | $ | value | ) | [static] |
| static WOAddress::validatecity | ( | $ | value | ) | [static] |
| static WOAddress::validatecountry | ( | $ | value | ) | [static] |
| static WOAddress::validatecountryid | ( | $ | value | ) | [static] |
| static WOAddress::validatecustomerid | ( | $ | value | ) | [static] |
| static WOAddress::validateisdeleted | ( | $ | value | ) | [static] |
| static WOAddress::validatelastused | ( | $ | value | ) | [static] |
| static WOAddress::validatename | ( | $ | value | ) | [static] |
| static WOAddress::validatestate | ( | $ | value | ) | [static] |
| static WOAddress::validatezipcode | ( | $ | value | ) | [static] |
WOAddress::$prop_addr1 = null [protected] |
WOAddress::$prop_addr2 = null [protected] |
WOAddress::$prop_addressid = null [protected] |
WOAddress::$prop_city = null [protected] |
WOAddress::$prop_country = null [protected] |
WOAddress::$prop_countryid = null [protected] |
WOAddress::$prop_customerid = null [protected] |
WOAddress::$prop_isdeleted = null [protected] |
WOAddress::$prop_lastused = null [protected] |
WOAddress::$prop_name = null [protected] |
WOAddress::$prop_state = null [protected] |
WOAddress::$prop_zipcode = null [protected] |
1.7.1