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

Public Member Functions

 __construct ()
 
 geteventid ()
 
 getprice ()
 
 getpricecategoryid ()
 
 getseat ()
 
 getstatus ()
 
 getstr_eventid ()
 
 getstr_price ()
 
 getstr_pricecategoryid ()
 
 getstr_seat ()
 
 getstr_status ()
 
 getstr_tags ()
 
 gettags ()
 
 propertyArray ()
 
 seteventid ($value)
 
 setprice ($value)
 
 setpricecategoryid ($value)
 
 setseat ($value)
 
 setstatus ($value)
 
 settags ($value)
 
 toString ()
 
 toTableticket (&$table)
 
 toXml ($xml, $elementname="TicketSaleInfo")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

Static Public Member Functions

static fromString ($txt)
 
static fromTableArrayticket (array $table)
 
static fromTableticket ($table)
 
static fromXml ($xml, $elem)
 
static validateeventid ($value)
 
static validateprice ($value)
 
static validatepricecategoryid ($value)
 
static validateseat ($value)
 
static validatestatus ($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...
 

Public Attributes

const Cancelled =4
 
const MaskBlock =256
 
const MaskChangeable =16
 
const MaskPay =512
 
const MaskReturnable =16
 
const MaskUsable =768
 
const Ordered =786
 
const Refund =4
 
const Reserved =785
 
const Used =771
 

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_eventid =null
 
 $prop_price =null
 
 $prop_pricecategoryid =null
 
 $prop_seat =null
 
 $prop_status =null
 
 $prop_tags =null
 

Constructor & Destructor Documentation

WOTicketSaleInfo::__construct ( )

Member Function Documentation

static WOTicketSaleInfo::fromString (   $txt)
static

References translate().

static WOTicketSaleInfo::fromTableArrayticket ( array  $table)
static

References $i.

static WOTicketSaleInfo::fromTableticket (   $table)
static
static WOTicketSaleInfo::fromXml (   $xml,
  $elem 
)
static
static WOTicketSaleInfo::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOTicketSaleInfo::geteventid ( )

References $prop_eventid.

Referenced by toXmlHelper().

WOTicketSaleInfo::getprice ( )

References $prop_price.

Referenced by toXmlHelper().

WOTicketSaleInfo::getpricecategoryid ( )

References $prop_pricecategoryid.

Referenced by toXmlHelper().

WOTicketSaleInfo::getseat ( )

References $prop_seat.

Referenced by toXmlHelper().

WOTicketSaleInfo::getstatus ( )

References $prop_status.

Referenced by toXmlHelper().

WOTicketSaleInfo::getstr_eventid ( )

Referenced by toXmlHelper().

WOTicketSaleInfo::getstr_price ( )

Referenced by toXmlHelper().

WOTicketSaleInfo::getstr_pricecategoryid ( )

Referenced by toXmlHelper().

WOTicketSaleInfo::getstr_seat ( )

References $prop_seat.

Referenced by toXmlHelper().

WOTicketSaleInfo::getstr_status ( )

References translate().

Referenced by toXmlHelper().

WOTicketSaleInfo::getstr_tags ( )

References $prop_tags.

Referenced by toXmlHelper().

WOTicketSaleInfo::gettags ( )

References $prop_tags.

Referenced by toXmlHelper().

WOTicketSaleInfo::propertyArray ( )
WOTicketSaleInfo::seteventid (   $value)
WOTicketSaleInfo::setprice (   $value)
WOTicketSaleInfo::setpricecategoryid (   $value)
WOTicketSaleInfo::setseat (   $value)
WOTicketSaleInfo::setstatus (   $value)
WOTicketSaleInfo::settags (   $value)
WOTicketSaleInfo::toString ( )

References toXml().

WOTicketSaleInfo::toTableticket ( $table)
WOTicketSaleInfo::toXml (   $xml,
  $elementname = "TicketSaleInfo" 
)

References toXmlHelper().

Referenced by toString().

WOTicketSaleInfo::toXmlHelper (   $xml,
  $root 
)
protected
static WOTicketSaleInfo::validateeventid (   $value)
static
static WOTicketSaleInfo::validateprice (   $value)
static
static WOTicketSaleInfo::validatepricecategoryid (   $value)
static
static WOTicketSaleInfo::validateseat (   $value)
static
static WOTicketSaleInfo::validatestatus (   $value)
static
static WOTicketSaleInfo::validatetags (   $value)
static

Member Data Documentation

WOTicketSaleInfo::$prop_eventid =null
protected

Referenced by geteventid(), and toTableticket().

WOTicketSaleInfo::$prop_price =null
protected

Referenced by getprice(), and toTableticket().

WOTicketSaleInfo::$prop_pricecategoryid =null
protected
WOTicketSaleInfo::$prop_seat =null
protected

Referenced by getseat(), getstr_seat(), and toTableticket().

WOTicketSaleInfo::$prop_status =null
protected

Referenced by getstatus(), and toTableticket().

WOTicketSaleInfo::$prop_tags =null
protected

Referenced by getstr_tags(), and gettags().

const WOTicketSaleInfo::Cancelled =4
const WOTicketSaleInfo::MaskBlock =256
const WOTicketSaleInfo::MaskChangeable =16
const WOTicketSaleInfo::MaskPay =512
const WOTicketSaleInfo::MaskReturnable =16
const WOTicketSaleInfo::MaskUsable =768
const WOTicketSaleInfo::Ordered =786
const WOTicketSaleInfo::Refund =4
const WOTicketSaleInfo::Reserved =785
const WOTicketSaleInfo::Used =771

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