MagicSmoke  $VERSION$
WOPriceCategoryAbstract Class Reference
Inheritance diagram for WOPriceCategoryAbstract:
WObject WOPriceCategory

Public Member Functions

 __construct ()
 
 getabbreviation ()
 
 getcanuse ()
 
 getflags ()
 
 getformula ()
 
 getname ()
 
 getpricecategoryid ()
 
 getstr_abbreviation ()
 
 getstr_canuse ()
 
 getstr_flags ()
 
 getstr_formula ()
 
 getstr_name ()
 
 getstr_pricecategoryid ()
 
 getstr_tags ()
 
 gettags ()
 
 propertyArray ()
 
 setabbreviation ($value)
 
 setcanuse ($value)
 
 setflags ($value)
 
 setformula ($value)
 
 setname ($value)
 
 setpricecategoryid ($value)
 
 settags ($value)
 
 toString ()
 
 toTablepricecategory (&$table)
 
 toXml ($xml, $elementname="PriceCategory")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

Static Public Member Functions

static fromString ($txt)
 
static fromTableArraypricecategory (array $table)
 
static fromTablepricecategory ($table)
 
static fromXml ($xml, $elem)
 
static validateabbreviation ($value)
 
static validatecanuse ($value)
 
static validateflags ($value)
 
static validateformula ($value)
 
static validatename ($value)
 
static validatepricecategoryid ($value)
 
static validatetags ($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_abbreviation =null
 
 $prop_canuse =null
 
 $prop_flags =null
 
 $prop_formula =null
 
 $prop_name =null
 
 $prop_pricecategoryid =null
 
 $prop_tags =null
 

Constructor & Destructor Documentation

WOPriceCategoryAbstract::__construct ( )

Member Function Documentation

static WOPriceCategoryAbstract::fromString (   $txt)
static

References translate().

static WOPriceCategoryAbstract::fromTableArraypricecategory ( array  $table)
static

References $i.

Referenced by WTrGetAllPriceCategories\handleRequest().

static WOPriceCategoryAbstract::fromXml (   $xml,
  $elem 
)
static
static WOPriceCategoryAbstract::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOPriceCategoryAbstract::getabbreviation ( )

References $prop_abbreviation.

Referenced by toXmlHelper().

WOPriceCategoryAbstract::getcanuse ( )

References $prop_canuse.

Referenced by toXmlHelper().

WOPriceCategoryAbstract::getflags ( )

References $prop_flags.

Referenced by toXmlHelper().

WOPriceCategoryAbstract::getformula ( )

References $prop_formula.

Referenced by toXmlHelper().

WOPriceCategoryAbstract::getname ( )

References $prop_name.

Referenced by toXmlHelper().

WOPriceCategoryAbstract::getpricecategoryid ( )

References $prop_pricecategoryid.

Referenced by toXmlHelper().

WOPriceCategoryAbstract::getstr_abbreviation ( )

References $prop_abbreviation.

Referenced by toXmlHelper().

WOPriceCategoryAbstract::getstr_canuse ( )

Referenced by toXmlHelper().

WOPriceCategoryAbstract::getstr_flags ( )

References $prop_flags.

Referenced by toXmlHelper().

WOPriceCategoryAbstract::getstr_formula ( )

References $prop_formula.

Referenced by toXmlHelper().

WOPriceCategoryAbstract::getstr_name ( )

References $prop_name.

Referenced by toXmlHelper().

WOPriceCategoryAbstract::getstr_pricecategoryid ( )

Referenced by toXmlHelper().

WOPriceCategoryAbstract::getstr_tags ( )

References $prop_tags.

Referenced by toXmlHelper().

WOPriceCategoryAbstract::gettags ( )

References $prop_tags.

Referenced by toXmlHelper().

WOPriceCategoryAbstract::propertyArray ( )
WOPriceCategoryAbstract::setabbreviation (   $value)
WOPriceCategoryAbstract::setcanuse (   $value)
WOPriceCategoryAbstract::setflags (   $value)
WOPriceCategoryAbstract::setformula (   $value)
WOPriceCategoryAbstract::setname (   $value)
WOPriceCategoryAbstract::setpricecategoryid (   $value)
WOPriceCategoryAbstract::settags (   $value)
WOPriceCategoryAbstract::toString ( )

References toXml().

WOPriceCategoryAbstract::toTablepricecategory ( $table)
WOPriceCategoryAbstract::toXml (   $xml,
  $elementname = "PriceCategory" 
)

References toXmlHelper().

Referenced by toString().

static WOPriceCategoryAbstract::validateabbreviation (   $value)
static
static WOPriceCategoryAbstract::validatecanuse (   $value)
static
static WOPriceCategoryAbstract::validateflags (   $value)
static
static WOPriceCategoryAbstract::validateformula (   $value)
static
static WOPriceCategoryAbstract::validatename (   $value)
static
static WOPriceCategoryAbstract::validatepricecategoryid (   $value)
static
static WOPriceCategoryAbstract::validatetags (   $value)
static

Member Data Documentation

WOPriceCategoryAbstract::$prop_abbreviation =null
protected
WOPriceCategoryAbstract::$prop_canuse =null
protected

Referenced by getcanuse().

WOPriceCategoryAbstract::$prop_flags =null
protected
WOPriceCategoryAbstract::$prop_formula =null
protected
WOPriceCategoryAbstract::$prop_name =null
protected
WOPriceCategoryAbstract::$prop_pricecategoryid =null
protected
WOPriceCategoryAbstract::$prop_tags =null
protected

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