Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes

WOEventPriceAbstract Class Reference

Inheritance diagram for WOEventPriceAbstract:
WObject WOEventPrice

List of all members.

Public Member Functions

 __construct ()
 getamounttickets ()
 getamountticketsblock ()
 getcanuse ()
 geteventid ()
 getflags ()
 getmaxavailable ()
 getprice ()
 getpricecategory ()
 getpricecategoryid ()
 getprio ()
 getstr_amounttickets ()
 getstr_amountticketsblock ()
 getstr_canuse ()
 getstr_eventid ()
 getstr_flags ()
 getstr_maxavailable ()
 getstr_price ()
 getstr_pricecategoryid ()
 getstr_prio ()
 getstr_tags ()
 gettags ()
 propertyArray ()
 base for property array
 setamounttickets ($value)
 setamountticketsblock ($value)
 setcanuse ($value)
 seteventid ($value)
 setflags ($value)
 setmaxavailable ($value)
 setprice ($value)
 setpricecategory ($value)
 setpricecategoryid ($value)
 setprio ($value)
 settags ($value)
 toString ()
 toTableeventprice (&$table)
 toXml ($xml, $elementname="EventPrice")

Static Public Member Functions

static fromString ($txt)
static fromTableArrayeventprice (array $table)
static fromTableeventprice ($table)
static fromXml ($xml, $elem)
static validateamounttickets ($value)
static validateamountticketsblock ($value)
static validatecanuse ($value)
static validateeventid ($value)
static validateflags ($value)
static validatemaxavailable ($value)
static validateprice ($value)
static validatepricecategory ($value)
static validatepricecategoryid ($value)
static validateprio ($value)
static validatetags ($value)

Protected Member Functions

 toXmlHelper ($xml, $root)
 base for serialization

Static Protected Member Functions

static fromXmlHelper ($data, $xml, $elem)
 base for deserialization

Protected Attributes

 $prop_amounttickets = null
 $prop_amountticketsblock = null
 $prop_canuse = null
 $prop_eventid = null
 $prop_flags = null
 $prop_maxavailable = null
 $prop_price = null
 $prop_pricecategory = null
 $prop_pricecategoryid = null
 $prop_prio = null
 $prop_tags = null

Constructor & Destructor Documentation

WOEventPriceAbstract::__construct (  ) 

Reimplemented from WObject.


Member Function Documentation

static WOEventPriceAbstract::fromString ( txt  )  [static]

References fromXml(), and translate().

static WOEventPriceAbstract::fromTableArrayeventprice ( array $  table  )  [static]
static WOEventPriceAbstract::fromTableeventprice ( table  )  [static]
static WOEventPriceAbstract::fromXml ( xml,
elem 
) [static]
static WOEventPriceAbstract::fromXmlHelper ( data,
xml,
elem 
) [static, protected]

base for deserialization

Reimplemented from WObject.

References WObject::elementsByTagName(), and WOPriceCategoryAbstract::fromXml().

Referenced by fromXml().

WOEventPriceAbstract::getamounttickets (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getamountticketsblock (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getcanuse (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::geteventid (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getflags (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getmaxavailable (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getprice (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getpricecategory (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getpricecategoryid (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getprio (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getstr_amounttickets (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getstr_amountticketsblock (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getstr_canuse (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getstr_eventid (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getstr_flags (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getstr_maxavailable (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getstr_price (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getstr_pricecategoryid (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getstr_prio (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::getstr_tags (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::gettags (  ) 

Referenced by toXmlHelper().

WOEventPriceAbstract::propertyArray (  ) 

base for property array

Reimplemented from WObject.

References WObject::objectToArray().

WOEventPriceAbstract::setamounttickets ( value  ) 
WOEventPriceAbstract::setamountticketsblock ( value  ) 
WOEventPriceAbstract::setcanuse ( value  ) 
WOEventPriceAbstract::seteventid ( value  ) 
WOEventPriceAbstract::setflags ( value  ) 
WOEventPriceAbstract::setmaxavailable ( value  ) 
WOEventPriceAbstract::setprice ( value  ) 
WOEventPriceAbstract::setpricecategory ( value  ) 
WOEventPriceAbstract::setpricecategoryid ( value  ) 
WOEventPriceAbstract::setprio ( value  ) 
WOEventPriceAbstract::settags ( value  ) 
WOEventPriceAbstract::toString (  ) 

References toXml().

WOEventPriceAbstract::toTableeventprice ( &$  table  ) 
WOEventPriceAbstract::toXml ( xml,
elementname = "EventPrice" 
)

References toXmlHelper().

Referenced by toString().

static WOEventPriceAbstract::validateamounttickets ( value  )  [static]
static WOEventPriceAbstract::validateamountticketsblock ( value  )  [static]
static WOEventPriceAbstract::validatecanuse ( value  )  [static]
static WOEventPriceAbstract::validateeventid ( value  )  [static]
static WOEventPriceAbstract::validateflags ( value  )  [static]
static WOEventPriceAbstract::validatemaxavailable ( value  )  [static]
static WOEventPriceAbstract::validateprice ( value  )  [static]
static WOEventPriceAbstract::validatepricecategory ( value  )  [static]
static WOEventPriceAbstract::validatepricecategoryid ( value  )  [static]
static WOEventPriceAbstract::validateprio ( value  )  [static]
static WOEventPriceAbstract::validatetags ( value  )  [static]

Member Data Documentation

WOEventPriceAbstract::$prop_amounttickets = null [protected]
WOEventPriceAbstract::$prop_amountticketsblock = null [protected]
WOEventPriceAbstract::$prop_canuse = null [protected]
WOEventPriceAbstract::$prop_eventid = null [protected]
WOEventPriceAbstract::$prop_flags = null [protected]
WOEventPriceAbstract::$prop_maxavailable = null [protected]
WOEventPriceAbstract::$prop_price = null [protected]
WOEventPriceAbstract::$prop_pricecategory = null [protected]
WOEventPriceAbstract::$prop_pricecategoryid = null [protected]
WOEventPriceAbstract::$prop_prio = null [protected]
WOEventPriceAbstract::$prop_tags = null [protected]

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