MagicSmoke  $VERSION$
WOSeatPlanDefPriceAbstract Class Reference
Inheritance diagram for WOSeatPlanDefPriceAbstract:
WObject WOSeatPlanDefPrice

Public Member Functions

 __construct ()
 
 getcapacity ()
 
 getcost ()
 
 getprice ()
 
 getstr_capacity ()
 
 getstr_cost ()
 
 getstr_price ()
 
 propertyArray ()
 
 setcapacity ($value)
 
 setcost ($value)
 
 setprice ($value)
 
 toString ()
 
 toXml ($xml, $elementname="SeatPlanDefPrice")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

Static Public Member Functions

static fromString ($txt)
 
static fromXml ($xml, $elem)
 
static validatecapacity ($value)
 
static validatecost ($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

 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_capacity =null
 
 $prop_cost =null
 
 $prop_price =null
 

Constructor & Destructor Documentation

WOSeatPlanDefPriceAbstract::__construct ( )

Member Function Documentation

static WOSeatPlanDefPriceAbstract::fromString (   $txt)
static

References translate().

static WOSeatPlanDefPriceAbstract::fromXml (   $xml,
  $elem 
)
static
static WOSeatPlanDefPriceAbstract::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOSeatPlanDefPriceAbstract::getcapacity ( )

References $prop_capacity.

Referenced by toXmlHelper().

WOSeatPlanDefPriceAbstract::getcost ( )

References $prop_cost.

Referenced by toXmlHelper().

WOSeatPlanDefPriceAbstract::getprice ( )

References $prop_price.

Referenced by toXmlHelper().

WOSeatPlanDefPriceAbstract::getstr_capacity ( )

References $prop_capacity.

Referenced by toXmlHelper().

WOSeatPlanDefPriceAbstract::getstr_cost ( )

References $prop_cost.

Referenced by toXmlHelper().

WOSeatPlanDefPriceAbstract::getstr_price ( )

References $prop_price.

Referenced by toXmlHelper().

WOSeatPlanDefPriceAbstract::propertyArray ( )
WOSeatPlanDefPriceAbstract::setcapacity (   $value)
WOSeatPlanDefPriceAbstract::setcost (   $value)
WOSeatPlanDefPriceAbstract::setprice (   $value)
WOSeatPlanDefPriceAbstract::toString ( )

References toXml().

WOSeatPlanDefPriceAbstract::toXml (   $xml,
  $elementname = "SeatPlanDefPrice" 
)

References toXmlHelper().

Referenced by toString().

WOSeatPlanDefPriceAbstract::toXmlHelper (   $xml,
  $root 
)
protected
static WOSeatPlanDefPriceAbstract::validatecapacity (   $value)
static
static WOSeatPlanDefPriceAbstract::validatecost (   $value)
static
static WOSeatPlanDefPriceAbstract::validateprice (   $value)
static

Member Data Documentation

WOSeatPlanDefPriceAbstract::$prop_capacity =null
protected

Referenced by getcapacity(), and getstr_capacity().

WOSeatPlanDefPriceAbstract::$prop_cost =null
protected

Referenced by getcost(), and getstr_cost().

WOSeatPlanDefPriceAbstract::$prop_price =null
protected

Referenced by getprice(), and getstr_price().


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