Public Member Functions | |
__construct () | |
getcontact () | |
getcontactid () | |
getcontacttype () | |
getcontacttypeid () | |
getcustomerid () | |
getstr_contact () | |
getstr_contactid () | |
getstr_contacttypeid () | |
getstr_customerid () | |
propertyArray () | |
base for property array | |
setcontact ($value) | |
setcontactid ($value) | |
setcontacttype ($value) | |
setcontacttypeid ($value) | |
setcustomerid ($value) | |
toString () | |
toTablecontact (&$table) | |
toXml ($xml, $elementname="Contact") | |
Static Public Member Functions | |
static | fromString ($txt) |
static | fromTableArraycontact (array $table) |
static | fromTablecontact ($table) |
static | fromXml ($xml, $elem) |
static | validatecontact ($value) |
static | validatecontactid ($value) |
static | validatecontacttype ($value) |
static | validatecontacttypeid ($value) |
static | validatecustomerid ($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_contact = null | |
$prop_contactid = null | |
$prop_contacttype = null | |
$prop_contacttypeid = null | |
$prop_customerid = null |
WOContact::__construct | ( | ) |
Reimplemented from WObject.
static WOContact::fromString | ( | $ | txt | ) | [static] |
References fromXml(), and translate().
static WOContact::fromTableArraycontact | ( | array $ | table | ) | [static] |
Referenced by WOCustomerAbstract::fromTablecustomer().
static WOContact::fromTablecontact | ( | $ | table | ) | [static] |
References WOContactType::fromTablecontacttype(), and WTcontacttype::getFromDB().
static WOContact::fromXml | ( | $ | xml, | |
$ | elem | |||
) | [static] |
References fromXmlHelper().
Referenced by fromString(), and WOCustomerAbstract::fromXmlHelper().
static WOContact::fromXmlHelper | ( | $ | data, | |
$ | xml, | |||
$ | elem | |||
) | [static, protected] |
base for deserialization
Reimplemented from WObject.
References WObject::elementsByTagName(), and WOContactType::fromXml().
Referenced by fromXml().
WOContact::getcontact | ( | ) |
Referenced by toXmlHelper().
WOContact::getcontactid | ( | ) |
Referenced by toXmlHelper().
WOContact::getcontacttype | ( | ) |
Referenced by toXmlHelper().
WOContact::getcontacttypeid | ( | ) |
Referenced by toXmlHelper().
WOContact::getcustomerid | ( | ) |
Referenced by toXmlHelper().
WOContact::getstr_contact | ( | ) |
Referenced by toXmlHelper().
WOContact::getstr_contactid | ( | ) |
Referenced by toXmlHelper().
WOContact::getstr_contacttypeid | ( | ) |
Referenced by toXmlHelper().
WOContact::getstr_customerid | ( | ) |
Referenced by toXmlHelper().
WOContact::propertyArray | ( | ) |
WOContact::setcontact | ( | $ | value | ) |
WOContact::setcontactid | ( | $ | value | ) |
WOContact::setcontacttype | ( | $ | value | ) |
WOContact::setcontacttypeid | ( | $ | value | ) |
WOContact::setcustomerid | ( | $ | value | ) |
WOContact::toString | ( | ) |
References toXml().
WOContact::toTablecontact | ( | &$ | table | ) |
WOContact::toXml | ( | $ | xml, | |
$ | elementname = "Contact" | |||
) |
References toXmlHelper().
Referenced by toString().
WOContact::toXmlHelper | ( | $ | xml, | |
$ | root | |||
) | [protected] |
base for serialization
Reimplemented from WObject.
References getcontact(), getcontactid(), getcontacttype(), getcontacttypeid(), getcustomerid(), getstr_contact(), getstr_contactid(), getstr_contacttypeid(), getstr_customerid(), and xq().
Referenced by toXml().
static WOContact::validatecontact | ( | $ | value | ) | [static] |
static WOContact::validatecontactid | ( | $ | value | ) | [static] |
static WOContact::validatecontacttype | ( | $ | value | ) | [static] |
static WOContact::validatecontacttypeid | ( | $ | value | ) | [static] |
static WOContact::validatecustomerid | ( | $ | value | ) | [static] |
WOContact::$prop_contact = null [protected] |
WOContact::$prop_contactid = null [protected] |
WOContact::$prop_contacttype = null [protected] |
WOContact::$prop_contacttypeid = null [protected] |
WOContact::$prop_customerid = null [protected] |