|
MagicSmoke
$VERSION$
|
Public Member Functions | |
| __construct () | |
| getcontact () | |
| getcontactid () | |
| getcontacttype () | |
| getcontacttypeid () | |
| getcustomerid () | |
| getstr_contact () | |
| getstr_contactid () | |
| getstr_contacttypeid () | |
| getstr_customerid () | |
| propertyArray () | |
| setcontact ($value) | |
| setcontactid ($value) | |
| setcontacttype ($value) | |
| setcontacttypeid ($value) | |
| setcustomerid ($value) | |
| toString () | |
| toTablecontact (&$table) | |
| toXml ($xml, $elementname="Contact") | |
Public Member Functions inherited from WObject | |
| propertyArray () | |
| base for property array More... | |
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) |
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_contact =null | |
| $prop_contactid =null | |
| $prop_contacttype =null | |
| $prop_contacttypeid =null | |
| $prop_customerid =null | |
| WOContact::__construct | ( | ) |
|
static |
References translate().
|
static |
References $i.
Referenced by WOCustomerAbstract\fromTablecustomer().
|
static |
References WOContactType\fromTablecontacttype(), and WTcontacttype\getFromDB().
|
static |
Referenced by WOCustomerAbstract\fromXmlHelper().
|
staticprotected |
References WObject\elementsByTagName(), and WOContactType\fromXml().
| WOContact::getcontact | ( | ) |
References $prop_contact.
Referenced by toXmlHelper().
| WOContact::getcontactid | ( | ) |
References $prop_contactid.
Referenced by toXmlHelper().
| WOContact::getcontacttype | ( | ) |
References $prop_contacttype.
Referenced by toXmlHelper().
| WOContact::getcontacttypeid | ( | ) |
References $prop_contacttypeid.
Referenced by toXmlHelper().
| WOContact::getcustomerid | ( | ) |
References $prop_customerid.
Referenced by toXmlHelper().
| WOContact::getstr_contact | ( | ) |
References $prop_contact.
Referenced by toXmlHelper().
| WOContact::getstr_contactid | ( | ) |
Referenced by toXmlHelper().
| WOContact::getstr_contacttypeid | ( | ) |
Referenced by toXmlHelper().
| WOContact::getstr_customerid | ( | ) |
Referenced by toXmlHelper().
| WOContact::propertyArray | ( | ) |
References WObject\objectToArray().
| WOContact::setcontact | ( | $value | ) |
| WOContact::setcontactid | ( | $value | ) |
| WOContact::setcontacttype | ( | $value | ) |
| WOContact::setcontacttypeid | ( | $value | ) |
| WOContact::setcustomerid | ( | $value | ) |
| WOContact::toString | ( | ) |
References toXml().
| WOContact::toTablecontact | ( | & | $table | ) |
References $prop_contact, $prop_contactid, $prop_contacttypeid, and $prop_customerid.
| WOContact::toXml | ( | $xml, | |
$elementname = "Contact" |
|||
| ) |
References toXmlHelper().
Referenced by toString().
|
protected |
References getcontact(), getcontactid(), getcontacttype(), getcontacttypeid(), getcustomerid(), getstr_contact(), getstr_contactid(), getstr_contacttypeid(), getstr_customerid(), and xq().
Referenced by toXml().
|
static |
|
static |
|
static |
|
static |
|
static |
|
protected |
Referenced by getcontact(), getstr_contact(), and toTablecontact().
|
protected |
Referenced by getcontactid(), and toTablecontact().
|
protected |
Referenced by getcontacttype().
|
protected |
Referenced by getcontacttypeid(), and toTablecontact().
|
protected |
Referenced by getcustomerid(), and toTablecontact().