|
MagicSmoke
$VERSION$
|
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 | |
| WOTicketSaleInfo::__construct | ( | ) |
|
static |
References translate().
|
static |
References $i.
|
static |
|
static |
Referenced by WOEventSaleInfo\fromXmlHelper().
|
staticprotected |
References WObject\elementsByTagName().
| 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 | ) |
References $prop_eventid, $prop_price, $prop_pricecategoryid, $prop_seat, and $prop_status.
| WOTicketSaleInfo::toXml | ( | $xml, | |
$elementname = "TicketSaleInfo" |
|||
| ) |
References toXmlHelper().
Referenced by toString().
|
protected |
References geteventid(), getprice(), getpricecategoryid(), getseat(), getstatus(), getstr_eventid(), getstr_price(), getstr_pricecategoryid(), getstr_seat(), getstr_status(), getstr_tags(), gettags(), and xq().
Referenced by toXml().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
protected |
Referenced by geteventid(), and toTableticket().
|
protected |
Referenced by getprice(), and toTableticket().
|
protected |
Referenced by getpricecategoryid(), and toTableticket().
|
protected |
Referenced by getseat(), getstr_seat(), and toTableticket().
|
protected |
Referenced by getstatus(), and toTableticket().
|
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 |