MagicSmoke  $VERSION$
WOTicketAbstract Class Reference
Inheritance diagram for WOTicketAbstract:
WObject WOTicket WOTicketAuditAbstract WOTicketAudit

Public Member Functions

 __construct ()
 
 geteventid ()
 
 getorderid ()
 
 getprice ()
 
 getpricecategory ()
 
 getpricecategoryid ()
 
 getseat ()
 
 getstatus ()
 
 getstr_eventid ()
 
 getstr_orderid ()
 
 getstr_price ()
 
 getstr_pricecategoryid ()
 
 getstr_seat ()
 
 getstr_status ()
 
 getstr_tags ()
 
 getstr_ticketid ()
 
 gettags ()
 
 getticketid ()
 
 propertyArray ()
 
 seteventid ($value)
 
 setorderid ($value)
 
 setprice ($value)
 
 setpricecategory ($value)
 
 setpricecategoryid ($value)
 
 setseat ($value)
 
 setstatus ($value)
 
 settags ($value)
 
 setticketid ($value)
 
 toString ()
 
 toTableticket (&$table)
 
 toXml ($xml, $elementname="Ticket")
 
- 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 validateorderid ($value)
 
static validateprice ($value)
 
static validatepricecategory ($value)
 
static validatepricecategoryid ($value)
 
static validateseat ($value)
 
static validatestatus ($value)
 
static validatetags ($value)
 
static validateticketid ($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_orderid =null
 
 $prop_price =null
 
 $prop_pricecategory =null
 
 $prop_pricecategoryid =null
 
 $prop_seat =null
 
 $prop_status =null
 
 $prop_tags =null
 
 $prop_ticketid =null
 

Constructor & Destructor Documentation

WOTicketAbstract::__construct ( )

Member Function Documentation

static WOTicketAbstract::fromString (   $txt)
static

References translate().

static WOTicketAbstract::fromTableArrayticket ( array  $table)
static
static WOTicketAbstract::fromTableticket (   $table)
static
static WOTicketAbstract::fromXml (   $xml,
  $elem 
)
static
static WOTicketAbstract::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOTicketAbstract::geteventid ( )

References $prop_eventid.

Referenced by WOTicket\getevent(), and toXmlHelper().

WOTicketAbstract::getorderid ( )

References $prop_orderid.

Referenced by toXmlHelper().

WOTicketAbstract::getprice ( )

References $prop_price.

Referenced by toXmlHelper().

WOTicketAbstract::getpricecategory ( )

References $prop_pricecategory.

Referenced by toXmlHelper().

WOTicketAbstract::getpricecategoryid ( )

References $prop_pricecategoryid.

Referenced by toXmlHelper().

WOTicketAbstract::getseat ( )

References $prop_seat.

Referenced by toXmlHelper().

WOTicketAbstract::getstatus ( )

References $prop_status.

Referenced by toXmlHelper().

WOTicketAbstract::getstr_eventid ( )

Referenced by toXmlHelper().

WOTicketAbstract::getstr_orderid ( )

Referenced by toXmlHelper().

WOTicketAbstract::getstr_price ( )

Referenced by toXmlHelper().

WOTicketAbstract::getstr_pricecategoryid ( )

Referenced by toXmlHelper().

WOTicketAbstract::getstr_seat ( )

References $prop_seat.

Referenced by toXmlHelper().

WOTicketAbstract::getstr_status ( )

References translate().

Referenced by toXmlHelper().

WOTicketAbstract::getstr_tags ( )

References $prop_tags.

Referenced by toXmlHelper().

WOTicketAbstract::getstr_ticketid ( )

References $prop_ticketid.

Referenced by toXmlHelper().

WOTicketAbstract::gettags ( )

References $prop_tags.

Referenced by toXmlHelper().

WOTicketAbstract::getticketid ( )

References $prop_ticketid.

Referenced by toXmlHelper().

WOTicketAbstract::propertyArray ( )
WOTicketAbstract::seteventid (   $value)
WOTicketAbstract::setorderid (   $value)
WOTicketAbstract::setprice (   $value)
WOTicketAbstract::setpricecategory (   $value)
WOTicketAbstract::setpricecategoryid (   $value)
WOTicketAbstract::setseat (   $value)
WOTicketAbstract::setstatus (   $value)
WOTicketAbstract::settags (   $value)
WOTicketAbstract::setticketid (   $value)
WOTicketAbstract::toString ( )

References toXml().

WOTicketAbstract::toTableticket ( $table)
WOTicketAbstract::toXml (   $xml,
  $elementname = "Ticket" 
)

References toXmlHelper().

Referenced by toString().

static WOTicketAbstract::validateeventid (   $value)
static
static WOTicketAbstract::validateorderid (   $value)
static
static WOTicketAbstract::validateprice (   $value)
static
static WOTicketAbstract::validatepricecategory (   $value)
static
static WOTicketAbstract::validatepricecategoryid (   $value)
static
static WOTicketAbstract::validateseat (   $value)
static
static WOTicketAbstract::validatestatus (   $value)
static
static WOTicketAbstract::validatetags (   $value)
static
static WOTicketAbstract::validateticketid (   $value)
static

Member Data Documentation

WOTicketAbstract::$prop_eventid =null
protected
WOTicketAbstract::$prop_orderid =null
protected
WOTicketAbstract::$prop_price =null
protected
WOTicketAbstract::$prop_pricecategory =null
protected

Referenced by getpricecategory().

WOTicketAbstract::$prop_pricecategoryid =null
protected
WOTicketAbstract::$prop_seat =null
protected

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

WOTicketAbstract::$prop_status =null
protected
WOTicketAbstract::$prop_tags =null
protected
WOTicketAbstract::$prop_ticketid =null
protected
const WOTicketAbstract::Cancelled =4
const WOTicketAbstract::MaskBlock =256
const WOTicketAbstract::MaskChangeable =16
const WOTicketAbstract::MaskPay =512
const WOTicketAbstract::MaskReturnable =16
const WOTicketAbstract::MaskUsable =768
const WOTicketAbstract::Ordered =786
const WOTicketAbstract::Refund =4
const WOTicketAbstract::Reserved =785
const WOTicketAbstract::Used =771

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