MagicSmoke
$VERSION$
|
Public Member Functions | |
addTickets ($i) | |
adds a number of tickets to the group More... | |
availableSeats () | |
returns the number of available seats in this group More... | |
blockedSeats () | |
returns the number of currently blocked seats in this group More... | |
initGroup ($p) | |
maxSeats () | |
returns the maximum of seats in this group More... | |
priceAbbrs () | |
returns the categories as Abbreviations More... | |
priceIDs () | |
returns the categories as IDs More... | |
Public Member Functions inherited from WOSeatPlanVGroupAbstract | |
__construct () | |
getcapacity () | |
getname () | |
getprice () | |
getstr_capacity () | |
getstr_name () | |
getstr_price () | |
propertyArray () | |
setcapacity ($value) | |
setname ($value) | |
setprice ($value) | |
toString () | |
toXml ($xml, $elementname="SeatPlanVGroup") | |
Public Member Functions inherited from WObject | |
propertyArray () | |
base for property array More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from WOSeatPlanVGroupAbstract | |
static | fromString ($txt) |
static | fromXml ($xml, $elem) |
static | validatecapacity ($value) |
static | validatename ($value) |
static | validateprice ($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 inherited from WOSeatPlanVGroupAbstract | |
toXmlHelper ($xml, $root) | |
Protected Member Functions inherited from WObject | |
__construct () | |
toXmlHelper ($xml, $root) | |
base for serialization More... | |
Static Protected Member Functions inherited from WOSeatPlanVGroupAbstract | |
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 inherited from WOSeatPlanVGroupAbstract | |
$prop_capacity =null | |
$prop_name =null | |
$prop_price =null | |
WOSeatPlanVGroup::addTickets | ( | $i | ) |
adds a number of tickets to the group
References $i.
WOSeatPlanVGroup::availableSeats | ( | ) |
returns the number of available seats in this group
WOSeatPlanVGroup::blockedSeats | ( | ) |
returns the number of currently blocked seats in this group
WOSeatPlanVGroup::initGroup | ( | $p | ) |
WOSeatPlanVGroup::maxSeats | ( | ) |
returns the maximum of seats in this group
WOSeatPlanVGroup::priceAbbrs | ( | ) |
returns the categories as Abbreviations
WOSeatPlanVGroup::priceIDs | ( | ) |
returns the categories as IDs