|
MagicSmoke
$VERSION$
|
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 () | |
| 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") | |
Public Member Functions inherited from WObject | |
| propertyArray () | |
| base for property array More... | |
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) |
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_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 | ( | ) |
|
static |
References translate().
|
static |
References WOCountry\fromTablecountry(), and WTcountry\getFromDB().
Referenced by WOWebCartAbstract\fromTablecart(), WOOrderAbstract\fromTableorder(), and WTrGetAddress\handleRequest().
|
static |
References $i.
Referenced by WOCustomerAbstract\fromTablecustomer().
|
static |
|
staticprotected |
References WObject\elementsByTagName(), and WOCountry\fromXml().
| WOAddress::getaddr1 | ( | ) |
References $prop_addr1.
Referenced by toXmlHelper().
| WOAddress::getaddr2 | ( | ) |
References $prop_addr2.
Referenced by toXmlHelper().
| WOAddress::getaddressid | ( | ) |
References $prop_addressid.
Referenced by toXmlHelper().
| WOAddress::getcity | ( | ) |
References $prop_city.
Referenced by toXmlHelper().
| WOAddress::getcountry | ( | ) |
References $prop_country.
Referenced by toXmlHelper().
| WOAddress::getcountryid | ( | ) |
References $prop_countryid.
Referenced by toXmlHelper().
| WOAddress::getcustomerid | ( | ) |
References $prop_customerid.
Referenced by toXmlHelper().
| WOAddress::getisdeleted | ( | ) |
References $prop_isdeleted.
Referenced by toXmlHelper().
| WOAddress::getlastused | ( | ) |
References $prop_lastused.
Referenced by toXmlHelper().
| WOAddress::getname | ( | ) |
References $prop_name.
Referenced by toXmlHelper().
| WOAddress::getstate | ( | ) |
References $prop_state.
Referenced by toXmlHelper().
| WOAddress::getstr_addr1 | ( | ) |
References $prop_addr1.
Referenced by toXmlHelper().
| WOAddress::getstr_addr2 | ( | ) |
References $prop_addr2.
Referenced by toXmlHelper().
| WOAddress::getstr_addressid | ( | ) |
Referenced by toXmlHelper().
| WOAddress::getstr_city | ( | ) |
References $prop_city.
Referenced by toXmlHelper().
| WOAddress::getstr_countryid | ( | ) |
References $prop_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 | ( | ) |
References $prop_name.
Referenced by toXmlHelper().
| WOAddress::getstr_state | ( | ) |
References $prop_state.
Referenced by toXmlHelper().
| WOAddress::getstr_zipcode | ( | ) |
References $prop_zipcode.
Referenced by toXmlHelper().
| WOAddress::getzipcode | ( | ) |
References $prop_zipcode.
Referenced by toXmlHelper().
| WOAddress::propertyArray | ( | ) |
References WObject\objectToArray().
| 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 | ) |
References $prop_addr1, $prop_addr2, $prop_addressid, $prop_city, $prop_countryid, $prop_customerid, $prop_isdeleted, $prop_lastused, $prop_name, $prop_state, and $prop_zipcode.
| WOAddress::toXml | ( | $xml, | |
$elementname = "Address" |
|||
| ) |
References toXmlHelper().
Referenced by toString().
|
protected |
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 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
protected |
Referenced by getaddr1(), getstr_addr1(), and toTableaddress().
|
protected |
Referenced by getaddr2(), getstr_addr2(), and toTableaddress().
|
protected |
Referenced by getaddressid(), and toTableaddress().
|
protected |
Referenced by getcity(), getstr_city(), and toTableaddress().
|
protected |
Referenced by getcountry().
|
protected |
Referenced by getcountryid(), getstr_countryid(), and toTableaddress().
|
protected |
Referenced by getcustomerid(), and toTableaddress().
|
protected |
Referenced by getisdeleted(), and toTableaddress().
|
protected |
Referenced by getlastused(), and toTableaddress().
|
protected |
Referenced by getname(), getstr_name(), and toTableaddress().
|
protected |
Referenced by getstate(), getstr_state(), and toTableaddress().
|
protected |
Referenced by getstr_zipcode(), getzipcode(), and toTableaddress().