MagicSmoke  $VERSION$
WOOrderInfoAbstract Class Reference
Inheritance diagram for WOOrderInfoAbstract:
WObject WOOrderInfo

Public Member Functions

 __construct ()
 
 getamountdue ()
 
 getamountitems ()
 
 getamountpaid ()
 
 getamounttickets ()
 
 getamountvouchers ()
 
 getcouponid ()
 
 getcustomerid ()
 
 getorderid ()
 
 getordertime ()
 
 getsenttime ()
 
 getshippingcosts ()
 
 getshippingtypeid ()
 
 getsoldby ()
 
 getstatus ()
 
 getstr_amountdue ()
 
 getstr_amountitems ()
 
 getstr_amountpaid ()
 
 getstr_amounttickets ()
 
 getstr_amountvouchers ()
 
 getstr_couponid ()
 
 getstr_customerid ()
 
 getstr_orderid ()
 
 getstr_ordertime ()
 
 getstr_senttime ()
 
 getstr_shippingcosts ()
 
 getstr_shippingtypeid ()
 
 getstr_soldby ()
 
 getstr_status ()
 
 getstr_totalprice ()
 
 gettotalprice ()
 
 propertyArray ()
 
 setamountdue ($value)
 
 setamountitems ($value)
 
 setamountpaid ($value)
 
 setamounttickets ($value)
 
 setamountvouchers ($value)
 
 setcouponid ($value)
 
 setcustomerid ($value)
 
 setorderid ($value)
 
 setordertime ($value)
 
 setsenttime ($value)
 
 setshippingcosts ($value)
 
 setshippingtypeid ($value)
 
 setsoldby ($value)
 
 setstatus ($value)
 
 settotalprice ($value)
 
 toString ()
 
 toTableorder (&$table)
 
 toXml ($xml, $elementname="OrderInfo")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

Static Public Member Functions

static fromString ($txt)
 
static fromTableArrayorder (array $table)
 
static fromTableorder ($table)
 
static fromXml ($xml, $elem)
 
static validateamountdue ($value)
 
static validateamountitems ($value)
 
static validateamountpaid ($value)
 
static validateamounttickets ($value)
 
static validateamountvouchers ($value)
 
static validatecouponid ($value)
 
static validatecustomerid ($value)
 
static validateorderid ($value)
 
static validateordertime ($value)
 
static validatesenttime ($value)
 
static validateshippingcosts ($value)
 
static validateshippingtypeid ($value)
 
static validatesoldby ($value)
 
static validatestatus ($value)
 
static validatetotalprice ($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...
 

Public Attributes

const Cancelled =2
 
const Closed =128
 
const Placed =0
 
const Reserved =4
 
const Sent =1
 
const Sold =1
 

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_amountdue =null
 
 $prop_amountitems =null
 
 $prop_amountpaid =null
 
 $prop_amounttickets =null
 
 $prop_amountvouchers =null
 
 $prop_couponid =null
 
 $prop_customerid =null
 
 $prop_orderid =null
 
 $prop_ordertime =null
 
 $prop_senttime =null
 
 $prop_shippingcosts =null
 
 $prop_shippingtypeid =null
 
 $prop_soldby =null
 
 $prop_status =null
 
 $prop_totalprice =null
 

Constructor & Destructor Documentation

WOOrderInfoAbstract::__construct ( )

Member Function Documentation

static WOOrderInfoAbstract::fromString (   $txt)
static

References translate().

static WOOrderInfoAbstract::fromTableArrayorder ( array  $table)
static

References $i.

static WOOrderInfoAbstract::fromTableorder (   $table)
static
static WOOrderInfoAbstract::fromXml (   $xml,
  $elem 
)
static
static WOOrderInfoAbstract::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOOrderInfoAbstract::getamountdue ( )

References $prop_amountdue.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getamountitems ( )

References $prop_amountitems.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getamountpaid ( )

References $prop_amountpaid.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getamounttickets ( )

References $prop_amounttickets.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getamountvouchers ( )

References $prop_amountvouchers.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getcouponid ( )

References $prop_couponid.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getcustomerid ( )

References $prop_customerid.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getorderid ( )

References $prop_orderid.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getordertime ( )

References $prop_ordertime.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getsenttime ( )

References $prop_senttime.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getshippingcosts ( )

References $prop_shippingcosts.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getshippingtypeid ( )

References $prop_shippingtypeid.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getsoldby ( )

References $prop_soldby.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstatus ( )

References $prop_status.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_amountdue ( )

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_amountitems ( )

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_amountpaid ( )

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_amounttickets ( )

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_amountvouchers ( )

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_couponid ( )

References $prop_couponid.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_customerid ( )

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_orderid ( )

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_ordertime ( )

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_senttime ( )

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_shippingcosts ( )

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_shippingtypeid ( )

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_soldby ( )

References $prop_soldby.

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_status ( )

References translate().

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_totalprice ( )

Referenced by toXmlHelper().

WOOrderInfoAbstract::gettotalprice ( )

References $prop_totalprice.

Referenced by toXmlHelper().

WOOrderInfoAbstract::propertyArray ( )
WOOrderInfoAbstract::setamountdue (   $value)
WOOrderInfoAbstract::setamountitems (   $value)
WOOrderInfoAbstract::setamountpaid (   $value)
WOOrderInfoAbstract::setamounttickets (   $value)
WOOrderInfoAbstract::setamountvouchers (   $value)
WOOrderInfoAbstract::setcouponid (   $value)
WOOrderInfoAbstract::setcustomerid (   $value)
WOOrderInfoAbstract::setorderid (   $value)
WOOrderInfoAbstract::setordertime (   $value)
WOOrderInfoAbstract::setsenttime (   $value)
WOOrderInfoAbstract::setshippingcosts (   $value)
WOOrderInfoAbstract::setshippingtypeid (   $value)
WOOrderInfoAbstract::setsoldby (   $value)
WOOrderInfoAbstract::setstatus (   $value)
WOOrderInfoAbstract::settotalprice (   $value)
WOOrderInfoAbstract::toString ( )

References toXml().

WOOrderInfoAbstract::toXml (   $xml,
  $elementname = "OrderInfo" 
)

References toXmlHelper().

Referenced by toString().

static WOOrderInfoAbstract::validateamountdue (   $value)
static
static WOOrderInfoAbstract::validateamountitems (   $value)
static
static WOOrderInfoAbstract::validateamountpaid (   $value)
static
static WOOrderInfoAbstract::validateamounttickets (   $value)
static
static WOOrderInfoAbstract::validateamountvouchers (   $value)
static
static WOOrderInfoAbstract::validatecouponid (   $value)
static
static WOOrderInfoAbstract::validatecustomerid (   $value)
static
static WOOrderInfoAbstract::validateorderid (   $value)
static
static WOOrderInfoAbstract::validateordertime (   $value)
static
static WOOrderInfoAbstract::validatesenttime (   $value)
static
static WOOrderInfoAbstract::validateshippingcosts (   $value)
static
static WOOrderInfoAbstract::validateshippingtypeid (   $value)
static
static WOOrderInfoAbstract::validatesoldby (   $value)
static
static WOOrderInfoAbstract::validatestatus (   $value)
static
static WOOrderInfoAbstract::validatetotalprice (   $value)
static

Member Data Documentation

WOOrderInfoAbstract::$prop_amountdue =null
protected

Referenced by getamountdue().

WOOrderInfoAbstract::$prop_amountitems =null
protected

Referenced by getamountitems().

WOOrderInfoAbstract::$prop_amountpaid =null
protected

Referenced by getamountpaid(), and toTableorder().

WOOrderInfoAbstract::$prop_amounttickets =null
protected

Referenced by getamounttickets().

WOOrderInfoAbstract::$prop_amountvouchers =null
protected

Referenced by getamountvouchers().

WOOrderInfoAbstract::$prop_couponid =null
protected
WOOrderInfoAbstract::$prop_customerid =null
protected

Referenced by getcustomerid(), and toTableorder().

WOOrderInfoAbstract::$prop_orderid =null
protected

Referenced by getorderid(), and toTableorder().

WOOrderInfoAbstract::$prop_ordertime =null
protected

Referenced by getordertime(), and toTableorder().

WOOrderInfoAbstract::$prop_senttime =null
protected

Referenced by getsenttime(), and toTableorder().

WOOrderInfoAbstract::$prop_shippingcosts =null
protected
WOOrderInfoAbstract::$prop_shippingtypeid =null
protected

Referenced by getshippingtypeid(), and toTableorder().

WOOrderInfoAbstract::$prop_soldby =null
protected
WOOrderInfoAbstract::$prop_status =null
protected

Referenced by getstatus(), and toTableorder().

WOOrderInfoAbstract::$prop_totalprice =null
protected

Referenced by gettotalprice().

const WOOrderInfoAbstract::Cancelled =2
const WOOrderInfoAbstract::Closed =128
const WOOrderInfoAbstract::Placed =0
const WOOrderInfoAbstract::Reserved =4
const WOOrderInfoAbstract::Sent =1
const WOOrderInfoAbstract::Sold =1

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