MagicSmoke  $VERSION$
WOCustomerAbstract Class Reference
Inheritance diagram for WOCustomerAbstract:
WObject WOCustomer

Public Member Functions

 __construct ()
 
 add_addresses ($value)
 
 add_contacts ($value)
 
 clear_addresses ()
 
 clear_contacts ()
 
 getaddresses ()
 
 getcflags ()
 
 getcomments ()
 
 getcontacts ()
 
 getemail ()
 
 getfirstname ()
 
 getid ()
 
 getname ()
 
 getstr_cflags ()
 
 getstr_comments ()
 
 getstr_email ()
 
 getstr_firstname ()
 
 getstr_id ()
 
 getstr_name ()
 
 getstr_tags ()
 
 getstr_title ()
 
 gettags ()
 
 gettitle ()
 
 propertyArray ()
 
 setaddresses (array $values)
 
 setcflags ($value)
 
 setcomments ($value)
 
 setcontacts (array $values)
 
 setemail ($value)
 
 setfirstname ($value)
 
 setid ($value)
 
 setname ($value)
 
 settags ($value)
 
 settitle ($value)
 
 toString ()
 
 toTablecustomer (&$table)
 
 toXml ($xml, $elementname="Customer")
 
- 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 validateaddresses ($value)
 
static validatecflags ($value)
 
static validatecomments ($value)
 
static validatecontacts ($value)
 
static validateemail ($value)
 
static validatefirstname ($value)
 
static validateid ($value)
 
static validatename ($value)
 
static validatetags ($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_addresses
 
 $prop_cflags =null
 
 $prop_comments =null
 
 $prop_contacts
 
 $prop_email =null
 
 $prop_firstname =null
 
 $prop_id =null
 
 $prop_name =null
 
 $prop_tags =null
 
 $prop_title =null
 

Constructor & Destructor Documentation

WOCustomerAbstract::__construct ( )

Member Function Documentation

WOCustomerAbstract::add_addresses (   $value)
WOCustomerAbstract::add_contacts (   $value)
WOCustomerAbstract::clear_addresses ( )
WOCustomerAbstract::clear_contacts ( )
static WOCustomerAbstract::fromString (   $txt)
static

References translate().

static WOCustomerAbstract::fromTableArraycustomer ( array  $table)
static

References $i.

static WOCustomerAbstract::fromXml (   $xml,
  $elem 
)
static
static WOCustomerAbstract::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOCustomerAbstract::getaddresses ( )

References $prop_addresses.

Referenced by toXmlHelper().

WOCustomerAbstract::getcflags ( )

References $prop_cflags.

Referenced by toXmlHelper().

WOCustomerAbstract::getcomments ( )

References $prop_comments.

Referenced by toXmlHelper().

WOCustomerAbstract::getcontacts ( )

References $prop_contacts.

Referenced by toXmlHelper().

WOCustomerAbstract::getemail ( )

References $prop_email.

Referenced by toXmlHelper().

WOCustomerAbstract::getfirstname ( )

References $prop_firstname.

Referenced by toXmlHelper().

WOCustomerAbstract::getid ( )

References $prop_id.

Referenced by toXmlHelper().

WOCustomerAbstract::getname ( )

References $prop_name.

Referenced by toXmlHelper().

WOCustomerAbstract::getstr_cflags ( )

References $prop_cflags.

Referenced by toXmlHelper().

WOCustomerAbstract::getstr_comments ( )

References $prop_comments.

Referenced by toXmlHelper().

WOCustomerAbstract::getstr_email ( )

References $prop_email.

Referenced by toXmlHelper().

WOCustomerAbstract::getstr_firstname ( )

References $prop_firstname.

Referenced by toXmlHelper().

WOCustomerAbstract::getstr_id ( )

Referenced by toXmlHelper().

WOCustomerAbstract::getstr_name ( )

References $prop_name.

Referenced by toXmlHelper().

WOCustomerAbstract::getstr_tags ( )

References $prop_tags.

Referenced by toXmlHelper().

WOCustomerAbstract::getstr_title ( )

References $prop_title.

Referenced by toXmlHelper().

WOCustomerAbstract::gettags ( )

References $prop_tags.

Referenced by toXmlHelper().

WOCustomerAbstract::gettitle ( )

References $prop_title.

Referenced by toXmlHelper().

WOCustomerAbstract::propertyArray ( )
WOCustomerAbstract::setaddresses ( array  $values)
WOCustomerAbstract::setcflags (   $value)
WOCustomerAbstract::setcomments (   $value)
WOCustomerAbstract::setcontacts ( array  $values)
WOCustomerAbstract::setemail (   $value)
WOCustomerAbstract::setfirstname (   $value)
WOCustomerAbstract::setid (   $value)
WOCustomerAbstract::setname (   $value)
WOCustomerAbstract::settags (   $value)
WOCustomerAbstract::settitle (   $value)
WOCustomerAbstract::toString ( )

References toXml().

WOCustomerAbstract::toTablecustomer ( $table)
WOCustomerAbstract::toXml (   $xml,
  $elementname = "Customer" 
)

References toXmlHelper().

Referenced by toString().

static WOCustomerAbstract::validateaddresses (   $value)
static
static WOCustomerAbstract::validatecflags (   $value)
static
static WOCustomerAbstract::validatecomments (   $value)
static
static WOCustomerAbstract::validatecontacts (   $value)
static
static WOCustomerAbstract::validateemail (   $value)
static
static WOCustomerAbstract::validatefirstname (   $value)
static
static WOCustomerAbstract::validateid (   $value)
static
static WOCustomerAbstract::validatename (   $value)
static
static WOCustomerAbstract::validatetags (   $value)
static
static WOCustomerAbstract::validatetitle (   $value)
static

Member Data Documentation

WOCustomerAbstract::$prop_addresses
protected

Referenced by getaddresses().

WOCustomerAbstract::$prop_cflags =null
protected
WOCustomerAbstract::$prop_comments =null
protected
WOCustomerAbstract::$prop_contacts
protected

Referenced by getcontacts().

WOCustomerAbstract::$prop_email =null
protected
WOCustomerAbstract::$prop_firstname =null
protected
WOCustomerAbstract::$prop_id =null
protected

Referenced by getid(), and toTablecustomer().

WOCustomerAbstract::$prop_name =null
protected
WOCustomerAbstract::$prop_tags =null
protected
WOCustomerAbstract::$prop_title =null
protected

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