MagicSmoke  $VERSION$
WOWebCartAbstract Class Reference
Inheritance diagram for WOWebCartAbstract:
WObject WOWebCart

Public Member Functions

 __construct ()
 
 add_items ($value)
 
 add_tickets ($value)
 
 add_vouchers ($value)
 
 clear_items ()
 
 clear_tickets ()
 
 clear_vouchers ()
 
 getcartid ()
 
 getcomment ()
 
 getcoupon ()
 
 getcouponid ()
 
 getcustomer ()
 
 getcustomerid ()
 
 getdeliveryaddress ()
 
 getdeliveryaddressid ()
 
 getinvoiceaddress ()
 
 getinvoiceaddressid ()
 
 getitems ()
 
 getshipping ()
 
 getshippingid ()
 
 getstr_cartid ()
 
 getstr_comment ()
 
 getstr_couponid ()
 
 getstr_customerid ()
 
 getstr_deliveryaddressid ()
 
 getstr_invoiceaddressid ()
 
 getstr_shippingid ()
 
 getstr_timeout ()
 
 gettickets ()
 
 gettimeout ()
 
 getvouchers ()
 
 propertyArray ()
 
 setcartid ($value)
 
 setcomment ($value)
 
 setcoupon ($value)
 
 setcouponid ($value)
 
 setcustomer ($value)
 
 setcustomerid ($value)
 
 setdeliveryaddress ($value)
 
 setdeliveryaddressid ($value)
 
 setinvoiceaddress ($value)
 
 setinvoiceaddressid ($value)
 
 setitems (array $values)
 
 setshipping ($value)
 
 setshippingid ($value)
 
 settickets (array $values)
 
 settimeout ($value)
 
 setvouchers (array $values)
 
 toString ()
 
 toTablecart (&$table)
 
 toXml ($xml, $elementname="WebCart")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

Static Public Member Functions

static fromString ($txt)
 
static fromTableArraycart (array $table)
 
static fromTablecart ($table)
 
static fromXml ($xml, $elem)
 
static validatecartid ($value)
 
static validatecomment ($value)
 
static validatecoupon ($value)
 
static validatecouponid ($value)
 
static validatecustomer ($value)
 
static validatecustomerid ($value)
 
static validatedeliveryaddress ($value)
 
static validatedeliveryaddressid ($value)
 
static validateinvoiceaddress ($value)
 
static validateinvoiceaddressid ($value)
 
static validateitems ($value)
 
static validateshipping ($value)
 
static validateshippingid ($value)
 
static validatetickets ($value)
 
static validatetimeout ($value)
 
static validatevouchers ($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_cartid =null
 
 $prop_comment =null
 
 $prop_coupon =null
 
 $prop_couponid =null
 
 $prop_customer =null
 
 $prop_customerid =null
 
 $prop_deliveryaddress =null
 
 $prop_deliveryaddressid =null
 
 $prop_invoiceaddress =null
 
 $prop_invoiceaddressid =null
 
 $prop_items
 
 $prop_shipping =null
 
 $prop_shippingid =null
 
 $prop_tickets
 
 $prop_timeout =null
 
 $prop_vouchers
 

Constructor & Destructor Documentation

WOWebCartAbstract::__construct ( )

Member Function Documentation

WOWebCartAbstract::add_items (   $value)
WOWebCartAbstract::add_tickets (   $value)
WOWebCartAbstract::add_vouchers (   $value)
WOWebCartAbstract::clear_items ( )
WOWebCartAbstract::clear_tickets ( )
WOWebCartAbstract::clear_vouchers ( )
static WOWebCartAbstract::fromString (   $txt)
static

References translate().

static WOWebCartAbstract::fromTableArraycart ( array  $table)
static

References $i.

static WOWebCartAbstract::fromXml (   $xml,
  $elem 
)
static
WOWebCartAbstract::getcartid ( )

References $prop_cartid.

Referenced by toXmlHelper().

WOWebCartAbstract::getcomment ( )

References $prop_comment.

Referenced by toXmlHelper().

WOWebCartAbstract::getcoupon ( )

References $prop_coupon.

Referenced by toXmlHelper().

WOWebCartAbstract::getcouponid ( )

References $prop_couponid.

Referenced by toXmlHelper().

WOWebCartAbstract::getcustomer ( )

References $prop_customer.

Referenced by toXmlHelper().

WOWebCartAbstract::getcustomerid ( )

References $prop_customerid.

Referenced by toXmlHelper().

WOWebCartAbstract::getdeliveryaddress ( )

References $prop_deliveryaddress.

Referenced by toXmlHelper().

WOWebCartAbstract::getdeliveryaddressid ( )

References $prop_deliveryaddressid.

Referenced by toXmlHelper().

WOWebCartAbstract::getinvoiceaddress ( )

References $prop_invoiceaddress.

Referenced by toXmlHelper().

WOWebCartAbstract::getinvoiceaddressid ( )

References $prop_invoiceaddressid.

Referenced by toXmlHelper().

WOWebCartAbstract::getitems ( )

References $prop_items.

Referenced by toXmlHelper().

WOWebCartAbstract::getshipping ( )

References $prop_shipping.

Referenced by WOWebCart\getTotalsum(), and toXmlHelper().

WOWebCartAbstract::getshippingid ( )

References $prop_shippingid.

Referenced by toXmlHelper().

WOWebCartAbstract::getstr_cartid ( )

References $prop_cartid.

Referenced by toXmlHelper().

WOWebCartAbstract::getstr_comment ( )

References $prop_comment.

Referenced by toXmlHelper().

WOWebCartAbstract::getstr_couponid ( )

References $prop_couponid.

Referenced by toXmlHelper().

WOWebCartAbstract::getstr_customerid ( )

Referenced by toXmlHelper().

WOWebCartAbstract::getstr_deliveryaddressid ( )

Referenced by toXmlHelper().

WOWebCartAbstract::getstr_invoiceaddressid ( )

Referenced by toXmlHelper().

WOWebCartAbstract::getstr_shippingid ( )

Referenced by toXmlHelper().

WOWebCartAbstract::getstr_timeout ( )

Referenced by toXmlHelper().

WOWebCartAbstract::gettickets ( )

References $prop_tickets.

Referenced by WOWebCart\getTotalsum(), and toXmlHelper().

WOWebCartAbstract::gettimeout ( )

References $prop_timeout.

Referenced by toXmlHelper().

WOWebCartAbstract::getvouchers ( )

References $prop_vouchers.

Referenced by WOWebCart\getTotalsum(), and toXmlHelper().

WOWebCartAbstract::propertyArray ( )
WOWebCartAbstract::setcartid (   $value)
WOWebCartAbstract::setcomment (   $value)
WOWebCartAbstract::setcoupon (   $value)
WOWebCartAbstract::setcouponid (   $value)
WOWebCartAbstract::setcustomer (   $value)
WOWebCartAbstract::setcustomerid (   $value)
WOWebCartAbstract::setdeliveryaddress (   $value)
WOWebCartAbstract::setdeliveryaddressid (   $value)
WOWebCartAbstract::setinvoiceaddress (   $value)
WOWebCartAbstract::setinvoiceaddressid (   $value)
WOWebCartAbstract::setitems ( array  $values)
WOWebCartAbstract::setshipping (   $value)
WOWebCartAbstract::setshippingid (   $value)
WOWebCartAbstract::settickets ( array  $values)
WOWebCartAbstract::settimeout (   $value)
WOWebCartAbstract::setvouchers ( array  $values)
WOWebCartAbstract::toString ( )

References toXml().

WOWebCartAbstract::toXml (   $xml,
  $elementname = "WebCart" 
)

References toXmlHelper().

Referenced by toString().

static WOWebCartAbstract::validatecartid (   $value)
static
static WOWebCartAbstract::validatecomment (   $value)
static
static WOWebCartAbstract::validatecoupon (   $value)
static
static WOWebCartAbstract::validatecouponid (   $value)
static
static WOWebCartAbstract::validatecustomer (   $value)
static
static WOWebCartAbstract::validatecustomerid (   $value)
static
static WOWebCartAbstract::validatedeliveryaddress (   $value)
static
static WOWebCartAbstract::validatedeliveryaddressid (   $value)
static
static WOWebCartAbstract::validateinvoiceaddress (   $value)
static
static WOWebCartAbstract::validateinvoiceaddressid (   $value)
static
static WOWebCartAbstract::validateitems (   $value)
static
static WOWebCartAbstract::validateshipping (   $value)
static
static WOWebCartAbstract::validateshippingid (   $value)
static
static WOWebCartAbstract::validatetickets (   $value)
static
static WOWebCartAbstract::validatetimeout (   $value)
static
static WOWebCartAbstract::validatevouchers (   $value)
static

Member Data Documentation

WOWebCartAbstract::$prop_cartid =null
protected
WOWebCartAbstract::$prop_comment =null
protected
WOWebCartAbstract::$prop_coupon =null
protected

Referenced by getcoupon().

WOWebCartAbstract::$prop_couponid =null
protected
WOWebCartAbstract::$prop_customer =null
protected

Referenced by getcustomer().

WOWebCartAbstract::$prop_customerid =null
protected

Referenced by getcustomerid(), and toTablecart().

WOWebCartAbstract::$prop_deliveryaddress =null
protected

Referenced by getdeliveryaddress().

WOWebCartAbstract::$prop_deliveryaddressid =null
protected
WOWebCartAbstract::$prop_invoiceaddress =null
protected

Referenced by getinvoiceaddress().

WOWebCartAbstract::$prop_invoiceaddressid =null
protected

Referenced by getinvoiceaddressid(), and toTablecart().

WOWebCartAbstract::$prop_items
protected

Referenced by getitems().

WOWebCartAbstract::$prop_shipping =null
protected

Referenced by getshipping().

WOWebCartAbstract::$prop_shippingid =null
protected

Referenced by getshippingid(), and toTablecart().

WOWebCartAbstract::$prop_tickets
protected

Referenced by gettickets().

WOWebCartAbstract::$prop_timeout =null
protected

Referenced by gettimeout(), and toTablecart().

WOWebCartAbstract::$prop_vouchers
protected

Referenced by getvouchers().


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