|
MagicSmoke
$VERSION$
|
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 | |
| WOPriceCategoryAbstract::__construct | ( | ) |
|
static |
References translate().
|
static |
References $i.
Referenced by WTrGetAllPriceCategories\handleRequest().
|
static |
|
static |
|
staticprotected |
References WObject\elementsByTagName().
| 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 | ) |
References WObject\fromXmlBoolean(), and WObject\isXmlBoolean().
| WOPriceCategoryAbstract::setflags | ( | $value | ) |
| WOPriceCategoryAbstract::setformula | ( | $value | ) |
| WOPriceCategoryAbstract::setname | ( | $value | ) |
| WOPriceCategoryAbstract::setpricecategoryid | ( | $value | ) |
| WOPriceCategoryAbstract::settags | ( | $value | ) |
| WOPriceCategoryAbstract::toString | ( | ) |
References toXml().
| WOPriceCategoryAbstract::toTablepricecategory | ( | & | $table | ) |
References $prop_abbreviation, $prop_flags, $prop_formula, $prop_name, $prop_pricecategoryid, and $prop_tags.
| WOPriceCategoryAbstract::toXml | ( | $xml, | |
$elementname = "PriceCategory" |
|||
| ) |
References toXmlHelper().
Referenced by toString().
|
protected |
References getabbreviation(), getcanuse(), getflags(), getformula(), getname(), getpricecategoryid(), getstr_abbreviation(), getstr_canuse(), getstr_flags(), getstr_formula(), getstr_name(), getstr_pricecategoryid(), getstr_tags(), gettags(), and xq().
Referenced by toXml().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
protected |
Referenced by getabbreviation(), getstr_abbreviation(), and toTablepricecategory().
|
protected |
Referenced by getcanuse().
|
protected |
Referenced by getflags(), getstr_flags(), and toTablepricecategory().
|
protected |
Referenced by getformula(), getstr_formula(), and toTablepricecategory().
|
protected |
Referenced by getname(), getstr_name(), and toTablepricecategory().
|
protected |
Referenced by getpricecategoryid(), and toTablepricecategory().
|
protected |
Referenced by getstr_tags(), gettags(), and toTablepricecategory().