MagicSmoke
$VERSION$
|
Public Member Functions | |
__construct () | |
getflags () | |
getname () | |
getplan () | |
getroomid () | |
getseatplanid () | |
getstr_flags () | |
getstr_name () | |
getstr_plan () | |
getstr_roomid () | |
getstr_seatplanid () | |
propertyArray () | |
setflags ($value) | |
setname ($value) | |
setplan ($value) | |
setroomid ($value) | |
setseatplanid ($value) | |
toString () | |
toTableseatplan (&$table) | |
toXml ($xml, $elementname="SeatPlanInfo") | |
Public Member Functions inherited from WObject | |
propertyArray () | |
base for property array More... | |
Static Public Member Functions | |
static | fromString ($txt) |
static | fromTableArrayseatplan (array $table) |
static | fromTableseatplan ($table) |
static | fromXml ($xml, $elem) |
static | validateflags ($value) |
static | validatename ($value) |
static | validateplan ($value) |
static | validateroomid ($value) |
static | validateseatplanid ($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 | |
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_flags =null | |
$prop_name =null | |
$prop_plan =null | |
$prop_roomid =null | |
$prop_seatplanid =null | |
WOSeatPlanInfo::__construct | ( | ) |
|
static |
References translate().
|
static |
References $i.
Referenced by WTrGetAllSeatPlans\handleRequest().
|
static |
|
static |
|
staticprotected |
References WObject\elementsByTagName().
WOSeatPlanInfo::getflags | ( | ) |
References $prop_flags.
Referenced by toXmlHelper().
WOSeatPlanInfo::getname | ( | ) |
References $prop_name.
Referenced by toXmlHelper().
WOSeatPlanInfo::getplan | ( | ) |
References $prop_plan.
Referenced by toXmlHelper().
WOSeatPlanInfo::getroomid | ( | ) |
References $prop_roomid.
Referenced by toXmlHelper().
WOSeatPlanInfo::getseatplanid | ( | ) |
References $prop_seatplanid.
Referenced by toXmlHelper().
WOSeatPlanInfo::getstr_flags | ( | ) |
References $prop_flags.
Referenced by toXmlHelper().
WOSeatPlanInfo::getstr_name | ( | ) |
References $prop_name.
Referenced by toXmlHelper().
WOSeatPlanInfo::getstr_plan | ( | ) |
References $prop_plan.
Referenced by toXmlHelper().
WOSeatPlanInfo::getstr_roomid | ( | ) |
References $prop_roomid.
Referenced by toXmlHelper().
WOSeatPlanInfo::getstr_seatplanid | ( | ) |
Referenced by toXmlHelper().
WOSeatPlanInfo::propertyArray | ( | ) |
WOSeatPlanInfo::setflags | ( | $value | ) |
WOSeatPlanInfo::setname | ( | $value | ) |
WOSeatPlanInfo::setplan | ( | $value | ) |
WOSeatPlanInfo::setroomid | ( | $value | ) |
WOSeatPlanInfo::setseatplanid | ( | $value | ) |
WOSeatPlanInfo::toString | ( | ) |
References toXml().
WOSeatPlanInfo::toTableseatplan | ( | & | $table | ) |
References $prop_flags, $prop_name, $prop_plan, $prop_roomid, and $prop_seatplanid.
WOSeatPlanInfo::toXml | ( | $xml, | |
$elementname = "SeatPlanInfo" |
|||
) |
References toXmlHelper().
Referenced by toString().
|
protected |
References getflags(), getname(), getplan(), getroomid(), getseatplanid(), getstr_flags(), getstr_name(), getstr_plan(), getstr_roomid(), getstr_seatplanid(), and xq().
Referenced by toXml().
|
static |
|
static |
|
static |
|
static |
|
static |
|
protected |
Referenced by getflags(), getstr_flags(), and toTableseatplan().
|
protected |
Referenced by getname(), getstr_name(), and toTableseatplan().
|
protected |
Referenced by getplan(), getstr_plan(), and toTableseatplan().
|
protected |
Referenced by getroomid(), getstr_roomid(), and toTableseatplan().
|
protected |
Referenced by getseatplanid(), and toTableseatplan().