MagicSmoke  $VERSION$
WOEventSaleInfo Class Reference
Inheritance diagram for WOEventSaleInfo:
WObject

Public Member Functions

 __construct ()
 
 add_price ($value)
 
 add_ticketsales ($value)
 
 clear_price ()
 
 clear_ticketsales ()
 
 getcanuse ()
 
 getcapacity ()
 
 geteventid ()
 
 getiscancelled ()
 
 getprice ()
 
 getroom ()
 
 getseatplanid ()
 
 getseatplaninfo ()
 
 getstr_canuse ()
 
 getstr_capacity ()
 
 getstr_eventid ()
 
 getstr_iscancelled ()
 
 getstr_room ()
 
 getstr_seatplanid ()
 
 getticketsales ()
 
 propertyArray ()
 
 setcanuse ($value)
 
 setcapacity ($value)
 
 seteventid ($value)
 
 setiscancelled ($value)
 
 setprice (array $values)
 
 setroom ($value)
 
 setseatplanid ($value)
 
 setseatplaninfo ($value)
 
 setticketsales (array $values)
 
 toString ()
 
 toTableevent (&$table)
 
 toXml ($xml, $elementname="EventSaleInfo")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

Static Public Member Functions

static fromString ($txt)
 
static fromTableArrayevent (array $table)
 
static fromTableevent ($table)
 
static fromXml ($xml, $elem)
 
static validatecanuse ($value)
 
static validatecapacity ($value)
 
static validateeventid ($value)
 
static validateiscancelled ($value)
 
static validateprice ($value)
 
static validateroom ($value)
 
static validateseatplanid ($value)
 
static validateseatplaninfo ($value)
 
static validateticketsales ($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_canuse =null
 
 $prop_capacity =null
 
 $prop_eventid =null
 
 $prop_iscancelled =null
 
 $prop_price
 
 $prop_room =null
 
 $prop_seatplanid =null
 
 $prop_seatplaninfo =null
 
 $prop_ticketsales
 

Constructor & Destructor Documentation

WOEventSaleInfo::__construct ( )

Member Function Documentation

WOEventSaleInfo::add_price (   $value)
WOEventSaleInfo::add_ticketsales (   $value)
WOEventSaleInfo::clear_price ( )
WOEventSaleInfo::clear_ticketsales ( )
static WOEventSaleInfo::fromString (   $txt)
static

References translate().

static WOEventSaleInfo::fromTableArrayevent ( array  $table)
static

References $i.

static WOEventSaleInfo::fromXml (   $xml,
  $elem 
)
static
static WOEventSaleInfo::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOEventSaleInfo::getcanuse ( )

References $prop_canuse.

Referenced by toXmlHelper().

WOEventSaleInfo::getcapacity ( )

References $prop_capacity.

Referenced by toXmlHelper().

WOEventSaleInfo::geteventid ( )

References $prop_eventid.

Referenced by toXmlHelper().

WOEventSaleInfo::getiscancelled ( )

References $prop_iscancelled.

Referenced by toXmlHelper().

WOEventSaleInfo::getprice ( )

References $prop_price.

Referenced by toXmlHelper().

WOEventSaleInfo::getroom ( )

References $prop_room.

Referenced by toXmlHelper().

WOEventSaleInfo::getseatplanid ( )

References $prop_seatplanid.

Referenced by toXmlHelper().

WOEventSaleInfo::getseatplaninfo ( )

References $prop_seatplaninfo.

Referenced by toXmlHelper().

WOEventSaleInfo::getstr_canuse ( )

Referenced by toXmlHelper().

WOEventSaleInfo::getstr_capacity ( )

Referenced by toXmlHelper().

WOEventSaleInfo::getstr_eventid ( )

Referenced by toXmlHelper().

WOEventSaleInfo::getstr_iscancelled ( )

Referenced by toXmlHelper().

WOEventSaleInfo::getstr_room ( )

References $prop_room.

Referenced by toXmlHelper().

WOEventSaleInfo::getstr_seatplanid ( )

Referenced by toXmlHelper().

WOEventSaleInfo::getticketsales ( )

References $prop_ticketsales.

Referenced by toXmlHelper().

WOEventSaleInfo::propertyArray ( )
WOEventSaleInfo::setcanuse (   $value)
WOEventSaleInfo::setcapacity (   $value)
WOEventSaleInfo::seteventid (   $value)
WOEventSaleInfo::setiscancelled (   $value)
WOEventSaleInfo::setprice ( array  $values)
WOEventSaleInfo::setroom (   $value)
WOEventSaleInfo::setseatplanid (   $value)
WOEventSaleInfo::setseatplaninfo (   $value)
WOEventSaleInfo::setticketsales ( array  $values)
WOEventSaleInfo::toString ( )

References toXml().

WOEventSaleInfo::toTableevent ( $table)
WOEventSaleInfo::toXml (   $xml,
  $elementname = "EventSaleInfo" 
)

References toXmlHelper().

Referenced by toString().

static WOEventSaleInfo::validatecanuse (   $value)
static
static WOEventSaleInfo::validatecapacity (   $value)
static
static WOEventSaleInfo::validateeventid (   $value)
static
static WOEventSaleInfo::validateiscancelled (   $value)
static
static WOEventSaleInfo::validateprice (   $value)
static
static WOEventSaleInfo::validateroom (   $value)
static
static WOEventSaleInfo::validateseatplanid (   $value)
static
static WOEventSaleInfo::validateseatplaninfo (   $value)
static
static WOEventSaleInfo::validateticketsales (   $value)
static

Member Data Documentation

WOEventSaleInfo::$prop_canuse =null
protected

Referenced by getcanuse().

WOEventSaleInfo::$prop_capacity =null
protected

Referenced by getcapacity(), and toTableevent().

WOEventSaleInfo::$prop_eventid =null
protected

Referenced by geteventid().

WOEventSaleInfo::$prop_iscancelled =null
protected

Referenced by getiscancelled(), and toTableevent().

WOEventSaleInfo::$prop_price
protected

Referenced by getprice().

WOEventSaleInfo::$prop_room =null
protected

Referenced by getroom(), getstr_room(), and toTableevent().

WOEventSaleInfo::$prop_seatplanid =null
protected

Referenced by getseatplanid(), and toTableevent().

WOEventSaleInfo::$prop_seatplaninfo =null
protected

Referenced by getseatplaninfo().

WOEventSaleInfo::$prop_ticketsales
protected

Referenced by getticketsales().


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