MagicSmoke
$VERSION$
|
Public Member Functions | |
__construct () | |
getcustomerid () | |
getfirstname () | |
getname () | |
getstr_customerid () | |
getstr_firstname () | |
getstr_name () | |
getstr_title () | |
gettitle () | |
propertyArray () | |
setcustomerid ($value) | |
setfirstname ($value) | |
setname ($value) | |
settitle ($value) | |
toString () | |
toTablecustomer (&$table) | |
toXml ($xml, $elementname="CustomerInfo") | |
Public Member Functions inherited from WObject | |
propertyArray () | |
base for property array More... | |
Static Public Member Functions | |
static | fromString ($txt) |
static | fromTableArraycustomer (array $table) |
static | fromTablecustomer ($table) |
static | fromXml ($xml, $elem) |
static | validatecustomerid ($value) |
static | validatefirstname ($value) |
static | validatename ($value) |
static | validatetitle ($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_customerid =null | |
$prop_firstname =null | |
$prop_name =null | |
$prop_title =null | |
WOCustomerInfo::__construct | ( | ) |
|
static |
References translate().
|
static |
References $i.
Referenced by WOOrderInfo\getCustomerListByOrders(), WOOrderInfo\getOrdersByCoupon(), WOOrderInfo\getOrdersByUser(), and WTrGetAllCustomerNames\handleRequest().
|
static |
Referenced by WOOrderAbstract\fromTableorder().
|
static |
Referenced by WOOrderAbstract\fromXmlHelper().
|
staticprotected |
References WObject\elementsByTagName().
WOCustomerInfo::getcustomerid | ( | ) |
References $prop_customerid.
Referenced by toXmlHelper().
WOCustomerInfo::getfirstname | ( | ) |
References $prop_firstname.
Referenced by toXmlHelper().
WOCustomerInfo::getname | ( | ) |
References $prop_name.
Referenced by toXmlHelper().
WOCustomerInfo::getstr_customerid | ( | ) |
Referenced by toXmlHelper().
WOCustomerInfo::getstr_firstname | ( | ) |
References $prop_firstname.
Referenced by toXmlHelper().
WOCustomerInfo::getstr_name | ( | ) |
References $prop_name.
Referenced by toXmlHelper().
WOCustomerInfo::getstr_title | ( | ) |
References $prop_title.
Referenced by toXmlHelper().
WOCustomerInfo::gettitle | ( | ) |
References $prop_title.
Referenced by toXmlHelper().
WOCustomerInfo::propertyArray | ( | ) |
WOCustomerInfo::setcustomerid | ( | $value | ) |
WOCustomerInfo::setfirstname | ( | $value | ) |
WOCustomerInfo::setname | ( | $value | ) |
WOCustomerInfo::settitle | ( | $value | ) |
WOCustomerInfo::toString | ( | ) |
References toXml().
WOCustomerInfo::toTablecustomer | ( | & | $table | ) |
References $prop_customerid, $prop_firstname, $prop_name, and $prop_title.
WOCustomerInfo::toXml | ( | $xml, | |
$elementname = "CustomerInfo" |
|||
) |
References toXmlHelper().
Referenced by toString().
|
protected |
References getcustomerid(), getfirstname(), getname(), getstr_customerid(), getstr_firstname(), getstr_name(), getstr_title(), gettitle(), and xq().
Referenced by toXml().
|
static |
|
static |
|
static |
|
static |
|
protected |
Referenced by getcustomerid(), and toTablecustomer().
|
protected |
Referenced by getfirstname(), getstr_firstname(), and toTablecustomer().
|
protected |
Referenced by getname(), getstr_name(), and toTablecustomer().
|
protected |
Referenced by getstr_title(), gettitle(), and toTablecustomer().