MagicSmoke
$VERSION$
|
Public Member Functions | |
__construct () | |
getisnull () | |
getkey () | |
getstr_isnull () | |
getstr_key () | |
getstr_value () | |
getvalue () | |
propertyArray () | |
setisnull ($value) | |
setkey ($value) | |
setvalue ($value) | |
toString () | |
toXml ($xml, $elementname="KeyValuePair") | |
Public Member Functions inherited from WObject | |
propertyArray () | |
base for property array More... | |
Static Public Member Functions | |
static | fromString ($txt) |
static | fromXml ($xml, $elem) |
static | validateisnull ($value) |
static | validatekey ($value) |
static | validatevalue ($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_isnull =null | |
$prop_key =null | |
$prop_value =null | |
WOKeyValuePair::__construct | ( | ) |
|
static |
References translate().
|
static |
Referenced by WTrSetPrintAtHomeSettings\handleRequest().
|
staticprotected |
References WObject\elementsByTagName().
WOKeyValuePair::getisnull | ( | ) |
References $prop_isnull.
Referenced by toXmlHelper().
WOKeyValuePair::getkey | ( | ) |
References $prop_key.
Referenced by toXmlHelper().
WOKeyValuePair::getstr_isnull | ( | ) |
Referenced by toXmlHelper().
WOKeyValuePair::getstr_key | ( | ) |
References $prop_key.
Referenced by toXmlHelper().
WOKeyValuePair::getstr_value | ( | ) |
References $prop_value.
Referenced by toXmlHelper().
WOKeyValuePair::getvalue | ( | ) |
References $prop_value.
Referenced by toXmlHelper().
WOKeyValuePair::propertyArray | ( | ) |
WOKeyValuePair::setisnull | ( | $value | ) |
References WObject\fromXmlBoolean(), and WObject\isXmlBoolean().
WOKeyValuePair::setkey | ( | $value | ) |
Referenced by WOOrder\getPrintAtHomeSettings().
WOKeyValuePair::setvalue | ( | $value | ) |
WOKeyValuePair::toString | ( | ) |
References toXml().
WOKeyValuePair::toXml | ( | $xml, | |
$elementname = "KeyValuePair" |
|||
) |
References toXmlHelper().
Referenced by toString().
|
protected |
References getisnull(), getkey(), getstr_isnull(), getstr_key(), getstr_value(), getvalue(), and xq().
Referenced by toXml().
|
static |
|
static |
|
static |
|
protected |
Referenced by getisnull().
|
protected |
Referenced by getkey(), and getstr_key().
|
protected |
Referenced by getstr_value(), and getvalue().