MagicSmoke  $VERSION$
WOAddress Class Reference
Inheritance diagram for WOAddress:
WObject

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
 

Constructor & Destructor Documentation

WOAddress::__construct ( )

Member Function Documentation

static WOAddress::fromString (   $txt)
static

References translate().

static WOAddress::fromTableaddress (   $table)
static
static WOAddress::fromTableArrayaddress ( array  $table)
static

References $i.

Referenced by WOCustomerAbstract\fromTablecustomer().

static WOAddress::fromXml (   $xml,
  $elem 
)
static
static WOAddress::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
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 ( )
WOAddress::setaddr1 (   $value)
WOAddress::setaddr2 (   $value)
WOAddress::setaddressid (   $value)
WOAddress::setcity (   $value)
WOAddress::setcountry (   $value)
WOAddress::setcountryid (   $value)
WOAddress::setcustomerid (   $value)
WOAddress::setisdeleted (   $value)
WOAddress::setlastused (   $value)
WOAddress::setname (   $value)
WOAddress::setstate (   $value)
WOAddress::setzipcode (   $value)
WOAddress::toString ( )

References toXml().

WOAddress::toXml (   $xml,
  $elementname = "Address" 
)

References toXmlHelper().

Referenced by toString().

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

Member Data Documentation

WOAddress::$prop_addr1 =null
protected
WOAddress::$prop_addr2 =null
protected
WOAddress::$prop_addressid =null
protected

Referenced by getaddressid(), and toTableaddress().

WOAddress::$prop_city =null
protected
WOAddress::$prop_country =null
protected

Referenced by getcountry().

WOAddress::$prop_countryid =null
protected
WOAddress::$prop_customerid =null
protected

Referenced by getcustomerid(), and toTableaddress().

WOAddress::$prop_isdeleted =null
protected

Referenced by getisdeleted(), and toTableaddress().

WOAddress::$prop_lastused =null
protected

Referenced by getlastused(), and toTableaddress().

WOAddress::$prop_name =null
protected
WOAddress::$prop_state =null
protected
WOAddress::$prop_zipcode =null
protected

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