MagicSmoke  $VERSION$
WOContact Class Reference
Inheritance diagram for WOContact:
WObject

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
 

Constructor & Destructor Documentation

WOContact::__construct ( )

Member Function Documentation

static WOContact::fromString (   $txt)
static

References translate().

static WOContact::fromTableArraycontact ( array  $table)
static

References $i.

Referenced by WOCustomerAbstract\fromTablecustomer().

static WOContact::fromTablecontact (   $table)
static
static WOContact::fromXml (   $xml,
  $elem 
)
static
static WOContact::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
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 ( )
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

Referenced by getcontactid(), and toTablecontact().

WOContact::$prop_contacttype =null
protected

Referenced by getcontacttype().

WOContact::$prop_contacttypeid =null
protected

Referenced by getcontacttypeid(), and toTablecontact().

WOContact::$prop_customerid =null
protected

Referenced by getcustomerid(), and toTablecontact().


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