MagicSmoke  $VERSION$
WOSeatPlanGroupAbstract Class Reference
Inheritance diagram for WOSeatPlanGroupAbstract:
WObject WOSeatPlanGroup

Public Member Functions

 __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...
 

Static Public Member Functions

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

 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_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
 

Constructor & Destructor Documentation

WOSeatPlanGroupAbstract::__construct ( )

Member Function Documentation

WOSeatPlanGroupAbstract::add_Row (   $value)
WOSeatPlanGroupAbstract::clear_Row ( )
static WOSeatPlanGroupAbstract::fromString (   $txt)
static

References translate().

static WOSeatPlanGroupAbstract::fromXml (   $xml,
  $elem 
)
static
static WOSeatPlanGroupAbstract::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOSeatPlanGroupAbstract::getangle ( )

References $prop_angle.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getbgcolor ( )

References $prop_bgcolor.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getcapacity ( )

References $prop_capacity.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getfgcolor ( )

References $prop_fgcolor.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getgeo ( )

References $prop_geo.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getid ( )

References $prop_id.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getname ( )

References $prop_name.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getnumbered ( )

References $prop_numbered.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getprice ( )

References $prop_price.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getRow ( )

References $prop_Row.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getstr_angle ( )

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getstr_bgcolor ( )

References $prop_bgcolor.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getstr_capacity ( )

References $prop_capacity.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getstr_fgcolor ( )

References $prop_fgcolor.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getstr_geo ( )

References $prop_geo.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getstr_id ( )

References $prop_id.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getstr_name ( )

References $prop_name.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getstr_numbered ( )

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::getstr_price ( )

References $prop_price.

Referenced by toXmlHelper().

WOSeatPlanGroupAbstract::propertyArray ( )
WOSeatPlanGroupAbstract::setangle (   $value)
WOSeatPlanGroupAbstract::setbgcolor (   $value)
WOSeatPlanGroupAbstract::setcapacity (   $value)
WOSeatPlanGroupAbstract::setfgcolor (   $value)
WOSeatPlanGroupAbstract::setgeo (   $value)
WOSeatPlanGroupAbstract::setid (   $value)
WOSeatPlanGroupAbstract::setname (   $value)
WOSeatPlanGroupAbstract::setnumbered (   $value)
WOSeatPlanGroupAbstract::setprice (   $value)
WOSeatPlanGroupAbstract::setRow ( array  $values)
WOSeatPlanGroupAbstract::toString ( )

References toXml().

WOSeatPlanGroupAbstract::toXml (   $xml,
  $elementname = "SeatPlanGroup" 
)

References toXmlHelper().

Referenced by toString().

static WOSeatPlanGroupAbstract::validateangle (   $value)
static
static WOSeatPlanGroupAbstract::validatebgcolor (   $value)
static
static WOSeatPlanGroupAbstract::validatecapacity (   $value)
static
static WOSeatPlanGroupAbstract::validatefgcolor (   $value)
static
static WOSeatPlanGroupAbstract::validategeo (   $value)
static
static WOSeatPlanGroupAbstract::validateid (   $value)
static
static WOSeatPlanGroupAbstract::validatename (   $value)
static
static WOSeatPlanGroupAbstract::validatenumbered (   $value)
static
static WOSeatPlanGroupAbstract::validateprice (   $value)
static
static WOSeatPlanGroupAbstract::validateRow (   $value)
static

Member Data Documentation

WOSeatPlanGroupAbstract::$prop_angle =null
protected

Referenced by getangle().

WOSeatPlanGroupAbstract::$prop_bgcolor =null
protected

Referenced by getbgcolor(), and getstr_bgcolor().

WOSeatPlanGroupAbstract::$prop_capacity =null
protected

Referenced by getcapacity(), and getstr_capacity().

WOSeatPlanGroupAbstract::$prop_fgcolor =null
protected

Referenced by getfgcolor(), and getstr_fgcolor().

WOSeatPlanGroupAbstract::$prop_geo =null
protected

Referenced by getgeo(), and getstr_geo().

WOSeatPlanGroupAbstract::$prop_id =null
protected

Referenced by getid(), and getstr_id().

WOSeatPlanGroupAbstract::$prop_name =null
protected

Referenced by getname(), and getstr_name().

WOSeatPlanGroupAbstract::$prop_numbered =null
protected

Referenced by getnumbered().

WOSeatPlanGroupAbstract::$prop_price =null
protected

Referenced by getprice(), and getstr_price().

WOSeatPlanGroupAbstract::$prop_Row
protected

Referenced by getRow().


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