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

WOEventAbstract Class Reference

Inheritance diagram for WOEventAbstract:
WObject WOEvent

List of all members.

Public Member Functions

 __construct ()
 add_price ($value)
 clear_price ()
 getamountFree ()
 getamountReserved ()
 getamountSold ()
 getartist ()
 getartistid ()
 getcancelreason ()
 getcanuse ()
 getcapacity ()
 getcomment ()
 getdescription ()
 getend ()
 getflags ()
 getid ()
 getiscancelled ()
 getprice ()
 getroom ()
 getseatplanid ()
 getstart ()
 getstr_amountFree ()
 getstr_amountReserved ()
 getstr_amountSold ()
 getstr_artistid ()
 getstr_cancelreason ()
 getstr_canuse ()
 getstr_capacity ()
 getstr_comment ()
 getstr_description ()
 getstr_end ()
 getstr_flags ()
 getstr_id ()
 getstr_iscancelled ()
 getstr_room ()
 getstr_seatplanid ()
 getstr_start ()
 getstr_tags ()
 getstr_tax ()
 getstr_title ()
 gettags ()
 gettax ()
 gettitle ()
 propertyArray ()
 base for property array
 setamountFree ($value)
 setamountReserved ($value)
 setamountSold ($value)
 setartist ($value)
 setartistid ($value)
 setcancelreason ($value)
 setcanuse ($value)
 setcapacity ($value)
 setcomment ($value)
 setdescription ($value)
 setend ($value)
 setflags ($value)
 setid ($value)
 setiscancelled ($value)
 setprice (array $values)
 setroom ($value)
 setseatplanid ($value)
 setstart ($value)
 settags ($value)
 settax ($value)
 settitle ($value)
 toString ()
 toTableevent (&$table)
 toXml ($xml, $elementname="Event")

Static Public Member Functions

static fromString ($txt)
static fromTableArrayevent (array $table)
static fromTableevent ($table)
static fromXml ($xml, $elem)
static validateamountFree ($value)
static validateamountReserved ($value)
static validateamountSold ($value)
static validateartist ($value)
static validateartistid ($value)
static validatecancelreason ($value)
static validatecanuse ($value)
static validatecapacity ($value)
static validatecomment ($value)
static validatedescription ($value)
static validateend ($value)
static validateflags ($value)
static validateid ($value)
static validateiscancelled ($value)
static validateprice ($value)
static validateroom ($value)
static validateseatplanid ($value)
static validatestart ($value)
static validatetags ($value)
static validatetax ($value)
static validatetitle ($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_amountFree = null
 $prop_amountReserved = null
 $prop_amountSold = null
 $prop_artist = null
 $prop_artistid = null
 $prop_cancelreason = null
 $prop_canuse = null
 $prop_capacity = null
 $prop_comment = null
 $prop_description = null
 $prop_end = null
 $prop_flags = null
 $prop_id = null
 $prop_iscancelled = null
 $prop_price
 $prop_room = null
 $prop_seatplanid = null
 $prop_start = null
 $prop_tags = null
 $prop_tax = null
 $prop_title = null

Constructor & Destructor Documentation

WOEventAbstract::__construct (  ) 

Reimplemented from WObject.


Member Function Documentation

WOEventAbstract::add_price ( value  ) 
WOEventAbstract::clear_price (  ) 
static WOEventAbstract::fromString ( txt  )  [static]

References fromXml(), and translate().

static WOEventAbstract::fromTableArrayevent ( array $  table  )  [static]
static WOEventAbstract::fromXml ( xml,
elem 
) [static]
static WOEventAbstract::fromXmlHelper ( data,
xml,
elem 
) [static, protected]

base for deserialization

Reimplemented from WObject.

References WObject::elementsByTagName(), WOArtistAbstract::fromXml(), and WOEventPriceAbstract::fromXml().

Referenced by fromXml().

WOEventAbstract::getamountFree (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getamountReserved (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getamountSold (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getartist (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getartistid (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getcancelreason (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getcanuse (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getcapacity (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getcomment (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getdescription (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getend (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getflags (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getid (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getiscancelled (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getprice (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getroom (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getseatplanid (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstart (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_amountFree (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_amountReserved (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_amountSold (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_artistid (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_cancelreason (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_canuse (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_capacity (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_comment (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_description (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_end (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_flags (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_id (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_iscancelled (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_room (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_seatplanid (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_start (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_tags (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_tax (  ) 

Referenced by toXmlHelper().

WOEventAbstract::getstr_title (  ) 

Referenced by toXmlHelper().

WOEventAbstract::gettags (  ) 

Referenced by toXmlHelper().

WOEventAbstract::gettax (  ) 

Referenced by toXmlHelper().

WOEventAbstract::gettitle (  ) 

Referenced by toXmlHelper().

WOEventAbstract::propertyArray (  ) 

base for property array

Reimplemented from WObject.

References WObject::objectToArray().

WOEventAbstract::setamountFree ( value  ) 
WOEventAbstract::setamountReserved ( value  ) 
WOEventAbstract::setamountSold ( value  ) 
WOEventAbstract::setartist ( value  ) 
WOEventAbstract::setartistid ( value  ) 
WOEventAbstract::setcancelreason ( value  ) 
WOEventAbstract::setcanuse ( value  ) 
WOEventAbstract::setcapacity ( value  ) 
WOEventAbstract::setcomment ( value  ) 
WOEventAbstract::setdescription ( value  ) 
WOEventAbstract::setend ( value  ) 
WOEventAbstract::setflags ( value  ) 
WOEventAbstract::setid ( value  ) 
WOEventAbstract::setiscancelled ( value  ) 
WOEventAbstract::setprice ( array $  values  ) 
WOEventAbstract::setroom ( value  ) 
WOEventAbstract::setseatplanid ( value  ) 
WOEventAbstract::setstart ( value  ) 
WOEventAbstract::settags ( value  ) 
WOEventAbstract::settax ( value  ) 
WOEventAbstract::settitle ( value  ) 
WOEventAbstract::toString (  ) 

References toXml().

WOEventAbstract::toTableevent ( &$  table  ) 
WOEventAbstract::toXml ( xml,
elementname = "Event" 
)

References toXmlHelper().

Referenced by toString().

static WOEventAbstract::validateamountFree ( value  )  [static]
static WOEventAbstract::validateamountReserved ( value  )  [static]
static WOEventAbstract::validateamountSold ( value  )  [static]
static WOEventAbstract::validateartist ( value  )  [static]
static WOEventAbstract::validateartistid ( value  )  [static]
static WOEventAbstract::validatecancelreason ( value  )  [static]
static WOEventAbstract::validatecanuse ( value  )  [static]
static WOEventAbstract::validatecapacity ( value  )  [static]
static WOEventAbstract::validatecomment ( value  )  [static]
static WOEventAbstract::validatedescription ( value  )  [static]
static WOEventAbstract::validateend ( value  )  [static]
static WOEventAbstract::validateflags ( value  )  [static]
static WOEventAbstract::validateid ( value  )  [static]
static WOEventAbstract::validateiscancelled ( value  )  [static]
static WOEventAbstract::validateprice ( value  )  [static]
static WOEventAbstract::validateroom ( value  )  [static]
static WOEventAbstract::validateseatplanid ( value  )  [static]
static WOEventAbstract::validatestart ( value  )  [static]
static WOEventAbstract::validatetags ( value  )  [static]
static WOEventAbstract::validatetax ( value  )  [static]
static WOEventAbstract::validatetitle ( value  )  [static]

Member Data Documentation

WOEventAbstract::$prop_amountFree = null [protected]
WOEventAbstract::$prop_amountReserved = null [protected]
WOEventAbstract::$prop_amountSold = null [protected]
WOEventAbstract::$prop_artist = null [protected]
WOEventAbstract::$prop_artistid = null [protected]
WOEventAbstract::$prop_cancelreason = null [protected]
WOEventAbstract::$prop_canuse = null [protected]
WOEventAbstract::$prop_capacity = null [protected]
WOEventAbstract::$prop_comment = null [protected]
WOEventAbstract::$prop_description = null [protected]
WOEventAbstract::$prop_end = null [protected]
WOEventAbstract::$prop_flags = null [protected]
WOEventAbstract::$prop_id = null [protected]
WOEventAbstract::$prop_iscancelled = null [protected]
WOEventAbstract::$prop_price [protected]
WOEventAbstract::$prop_room = null [protected]
WOEventAbstract::$prop_seatplanid = null [protected]
WOEventAbstract::$prop_start = null [protected]
WOEventAbstract::$prop_tags = null [protected]
WOEventAbstract::$prop_tax = null [protected]
WOEventAbstract::$prop_title = null [protected]

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