Public Member Functions | |
| __construct () | |
| getcontacttype () | |
| getcontacttypeid () | |
| getstr_contacttype () | |
| getstr_contacttypeid () | |
| getstr_uriprefix () | |
| geturiprefix () | |
| propertyArray () | |
| base for property array | |
| setcontacttype ($value) | |
| setcontacttypeid ($value) | |
| seturiprefix ($value) | |
| toString () | |
| toTablecontacttype (&$table) | |
| toXml ($xml, $elementname="ContactType") | |
Static Public Member Functions | |
| static | fromString ($txt) |
| static | fromTableArraycontacttype (array $table) |
| static | fromTablecontacttype ($table) |
| static | fromXml ($xml, $elem) |
| static | validatecontacttype ($value) |
| static | validatecontacttypeid ($value) |
| static | validateuriprefix ($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_contacttype = null | |
| $prop_contacttypeid = null | |
| $prop_uriprefix = null | |
| WOContactType::__construct | ( | ) |
Reimplemented from WObject.
| static WOContactType::fromString | ( | $ | txt | ) | [static] |
References fromXml(), and translate().
| static WOContactType::fromTableArraycontacttype | ( | array $ | table | ) | [static] |
Referenced by WTrGetAllContactTypes::handleRequest().
| static WOContactType::fromTablecontacttype | ( | $ | table | ) | [static] |
Referenced by WOCustomer::createContactType(), and WOContact::fromTablecontact().
| static WOContactType::fromXml | ( | $ | xml, | |
| $ | elem | |||
| ) | [static] |
References fromXmlHelper().
Referenced by fromString(), and WOContact::fromXmlHelper().
| static WOContactType::fromXmlHelper | ( | $ | data, | |
| $ | xml, | |||
| $ | elem | |||
| ) | [static, protected] |
base for deserialization
Reimplemented from WObject.
References WObject::elementsByTagName().
Referenced by fromXml().
| WOContactType::getcontacttype | ( | ) |
Referenced by toXmlHelper().
| WOContactType::getcontacttypeid | ( | ) |
Referenced by toXmlHelper().
| WOContactType::getstr_contacttype | ( | ) |
Referenced by toXmlHelper().
| WOContactType::getstr_contacttypeid | ( | ) |
Referenced by toXmlHelper().
| WOContactType::getstr_uriprefix | ( | ) |
Referenced by toXmlHelper().
| WOContactType::geturiprefix | ( | ) |
Referenced by toXmlHelper().
| WOContactType::propertyArray | ( | ) |
base for property array
Reimplemented from WObject.
| WOContactType::setcontacttype | ( | $ | value | ) |
| WOContactType::setcontacttypeid | ( | $ | value | ) |
| WOContactType::seturiprefix | ( | $ | value | ) |
| WOContactType::toString | ( | ) |
References toXml().
| WOContactType::toTablecontacttype | ( | &$ | table | ) |
| WOContactType::toXml | ( | $ | xml, | |
| $ | elementname = "ContactType" | |||
| ) |
References toXmlHelper().
Referenced by toString().
| WOContactType::toXmlHelper | ( | $ | xml, | |
| $ | root | |||
| ) | [protected] |
base for serialization
Reimplemented from WObject.
References getcontacttype(), getcontacttypeid(), getstr_contacttype(), getstr_contacttypeid(), getstr_uriprefix(), geturiprefix(), and xq().
Referenced by toXml().
| static WOContactType::validatecontacttype | ( | $ | value | ) | [static] |
| static WOContactType::validatecontacttypeid | ( | $ | value | ) | [static] |
| static WOContactType::validateuriprefix | ( | $ | value | ) | [static] |
WOContactType::$prop_contacttype = null [protected] |
WOContactType::$prop_contacttypeid = null [protected] |
WOContactType::$prop_uriprefix = null [protected] |
1.7.1