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

Public Member Functions

 __construct ()
 
 getcustomerid ()
 
 getfirstname ()
 
 getname ()
 
 getstr_customerid ()
 
 getstr_firstname ()
 
 getstr_name ()
 
 getstr_title ()
 
 gettitle ()
 
 propertyArray ()
 
 setcustomerid ($value)
 
 setfirstname ($value)
 
 setname ($value)
 
 settitle ($value)
 
 toString ()
 
 toTablecustomer (&$table)
 
 toXml ($xml, $elementname="CustomerInfo")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

Static Public Member Functions

static fromString ($txt)
 
static fromTableArraycustomer (array $table)
 
static fromTablecustomer ($table)
 
static fromXml ($xml, $elem)
 
static validatecustomerid ($value)
 
static validatefirstname ($value)
 
static validatename ($value)
 
static validatetitle ($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_customerid =null
 
 $prop_firstname =null
 
 $prop_name =null
 
 $prop_title =null
 

Constructor & Destructor Documentation

WOCustomerInfo::__construct ( )

Member Function Documentation

static WOCustomerInfo::fromString (   $txt)
static

References translate().

static WOCustomerInfo::fromTableArraycustomer ( array  $table)
static
static WOCustomerInfo::fromTablecustomer (   $table)
static
static WOCustomerInfo::fromXml (   $xml,
  $elem 
)
static
static WOCustomerInfo::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOCustomerInfo::getcustomerid ( )

References $prop_customerid.

Referenced by toXmlHelper().

WOCustomerInfo::getfirstname ( )

References $prop_firstname.

Referenced by toXmlHelper().

WOCustomerInfo::getname ( )

References $prop_name.

Referenced by toXmlHelper().

WOCustomerInfo::getstr_customerid ( )

Referenced by toXmlHelper().

WOCustomerInfo::getstr_firstname ( )

References $prop_firstname.

Referenced by toXmlHelper().

WOCustomerInfo::getstr_name ( )

References $prop_name.

Referenced by toXmlHelper().

WOCustomerInfo::getstr_title ( )

References $prop_title.

Referenced by toXmlHelper().

WOCustomerInfo::gettitle ( )

References $prop_title.

Referenced by toXmlHelper().

WOCustomerInfo::propertyArray ( )
WOCustomerInfo::setcustomerid (   $value)
WOCustomerInfo::setfirstname (   $value)
WOCustomerInfo::setname (   $value)
WOCustomerInfo::settitle (   $value)
WOCustomerInfo::toString ( )

References toXml().

WOCustomerInfo::toTablecustomer ( $table)
WOCustomerInfo::toXml (   $xml,
  $elementname = "CustomerInfo" 
)

References toXmlHelper().

Referenced by toString().

WOCustomerInfo::toXmlHelper (   $xml,
  $root 
)
protected
static WOCustomerInfo::validatecustomerid (   $value)
static
static WOCustomerInfo::validatefirstname (   $value)
static
static WOCustomerInfo::validatename (   $value)
static
static WOCustomerInfo::validatetitle (   $value)
static

Member Data Documentation

WOCustomerInfo::$prop_customerid =null
protected

Referenced by getcustomerid(), and toTablecustomer().

WOCustomerInfo::$prop_firstname =null
protected
WOCustomerInfo::$prop_name =null
protected
WOCustomerInfo::$prop_title =null
protected

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