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 WOSeatPlanGroupAbstract | |
__construct () | |
add_Row ($value) | |
clear_Row () | |
getangle () | |
getbgcolor () | |
getcapacity () | |
getfgcolor () | |
getgeo () | |
getid () | |
getname () | |
getnumbered () | |
getprice () | |
getRow () | |
getstr_angle () | |
getstr_bgcolor () | |
getstr_capacity () | |
getstr_fgcolor () | |
getstr_geo () | |
getstr_id () | |
getstr_name () | |
getstr_numbered () | |
getstr_price () | |
propertyArray () | |
setangle ($value) | |
setbgcolor ($value) | |
setcapacity ($value) | |
setfgcolor ($value) | |
setgeo ($value) | |
setid ($value) | |
setname ($value) | |
setnumbered ($value) | |
setprice ($value) | |
setRow (array $values) | |
toString () | |
toXml ($xml, $elementname="SeatPlanGroup") | |
Public Member Functions inherited from WObject | |
propertyArray () | |
base for property array More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from WOSeatPlanGroupAbstract | |
static | fromString ($txt) |
static | fromXml ($xml, $elem) |
static | validateangle ($value) |
static | validatebgcolor ($value) |
static | validatecapacity ($value) |
static | validatefgcolor ($value) |
static | validategeo ($value) |
static | validateid ($value) |
static | validatename ($value) |
static | validatenumbered ($value) |
static | validateprice ($value) |
static | validateRow ($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 WOSeatPlanGroupAbstract | |
toXmlHelper ($xml, $root) | |
Protected Member Functions inherited from WObject | |
__construct () | |
toXmlHelper ($xml, $root) | |
base for serialization More... | |
Static Protected Member Functions inherited from WOSeatPlanGroupAbstract | |
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 WOSeatPlanGroupAbstract | |
$prop_angle =null | |
$prop_bgcolor =null | |
$prop_capacity =null | |
$prop_fgcolor =null | |
$prop_geo =null | |
$prop_id =null | |
$prop_name =null | |
$prop_numbered =null | |
$prop_price =null | |
$prop_Row | |
WOSeatPlanGroup::addTickets | ( | $i | ) |
adds a number of tickets to the group
References $i.
WOSeatPlanGroup::availableSeats | ( | ) |
returns the number of available seats in this group
WOSeatPlanGroup::blockedSeats | ( | ) |
returns the number of currently blocked seats in this group
WOSeatPlanGroup::initGroup | ( | $p | ) |
WOSeatPlanGroup::maxSeats | ( | ) |
returns the maximum of seats in this group
WOSeatPlanGroup::priceAbbrs | ( | ) |
returns the categories as Abbreviations
WOSeatPlanGroup::priceIDs | ( | ) |
returns the categories as IDs