Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes

WOContact Class Reference

Inheritance diagram for WOContact:
WObject

List of all members.

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

Constructor & Destructor Documentation

WOContact::__construct (  ) 

Reimplemented from WObject.


Member Function Documentation

static WOContact::fromString ( txt  )  [static]

References fromXml(), and translate().

static WOContact::fromTableArraycontact ( array $  table  )  [static]
static WOContact::fromTablecontact ( table  )  [static]
static WOContact::fromXml ( xml,
elem 
) [static]
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 (  ) 

base for property array

Reimplemented from WObject.

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  ) 
WOContact::toXml ( xml,
elementname = "Contact" 
)

References toXmlHelper().

Referenced by toString().

WOContact::toXmlHelper ( xml,
root 
) [protected]
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]

Member Data Documentation

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]

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