MagicSmoke  $VERSION$
WOEventPriceAbstract Class Reference
Inheritance diagram for WOEventPriceAbstract:
WObject WOEventPrice

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 ()
 
 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")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

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)
 
- 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_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 ( )

Member Function Documentation

static WOEventPriceAbstract::fromString (   $txt)
static

References translate().

static WOEventPriceAbstract::fromTableArrayeventprice ( array  $table)
static
static WOEventPriceAbstract::fromTableeventprice (   $table)
static
static WOEventPriceAbstract::fromXml (   $xml,
  $elem 
)
static
static WOEventPriceAbstract::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOEventPriceAbstract::getamounttickets ( )

References $prop_amounttickets.

Referenced by toXmlHelper().

WOEventPriceAbstract::getamountticketsblock ( )

References $prop_amountticketsblock.

Referenced by toXmlHelper().

WOEventPriceAbstract::getcanuse ( )

References $prop_canuse.

Referenced by toXmlHelper().

WOEventPriceAbstract::geteventid ( )

References $prop_eventid.

Referenced by toXmlHelper().

WOEventPriceAbstract::getflags ( )

References $prop_flags.

Referenced by toXmlHelper().

WOEventPriceAbstract::getmaxavailable ( )

References $prop_maxavailable.

Referenced by toXmlHelper().

WOEventPriceAbstract::getprice ( )

References $prop_price.

Referenced by toXmlHelper().

WOEventPriceAbstract::getpricecategory ( )

References $prop_pricecategory.

Referenced by toXmlHelper().

WOEventPriceAbstract::getpricecategoryid ( )

References $prop_pricecategoryid.

Referenced by toXmlHelper().

WOEventPriceAbstract::getprio ( )

References $prop_prio.

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 ( )

References $prop_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 ( )

References $prop_tags.

Referenced by toXmlHelper().

WOEventPriceAbstract::gettags ( )

References $prop_tags.

Referenced by toXmlHelper().

WOEventPriceAbstract::propertyArray ( )
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

Referenced by getamounttickets().

WOEventPriceAbstract::$prop_amountticketsblock =null
protected

Referenced by getamountticketsblock().

WOEventPriceAbstract::$prop_canuse =null
protected

Referenced by getcanuse().

WOEventPriceAbstract::$prop_eventid =null
protected
WOEventPriceAbstract::$prop_flags =null
protected
WOEventPriceAbstract::$prop_maxavailable =null
protected
WOEventPriceAbstract::$prop_price =null
protected

Referenced by getprice(), and toTableeventprice().

WOEventPriceAbstract::$prop_pricecategory =null
protected

Referenced by getpricecategory().

WOEventPriceAbstract::$prop_pricecategoryid =null
protected
WOEventPriceAbstract::$prop_prio =null
protected

Referenced by getprio(), and toTableeventprice().

WOEventPriceAbstract::$prop_tags =null
protected

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