Public Member Functions | |
__construct () | |
getdescription () | |
getflag () | |
getstr_description () | |
getstr_flag () | |
propertyArray () | |
base for property array | |
setdescription ($value) | |
setflag ($value) | |
toString () | |
toXml ($xml, $elementname="Flag") | |
Static Public Member Functions | |
static | fromString ($txt) |
static | fromXml ($xml, $elem) |
static | validatedescription ($value) |
static | validateflag ($value) |
Protected Member Functions | |
toXmlHelper ($xml, $root) | |
base for serialization | |
Static Protected Member Functions | |
static | fromXmlHelper ($data, $xml, $elem) |
base for deserialization | |
Protected Attributes | |
$prop_description = null | |
$prop_flag = null |
WOFlagAbstract::__construct | ( | ) |
Reimplemented from WObject.
static WOFlagAbstract::fromString | ( | $ | txt | ) | [static] |
References fromXml(), and translate().
static WOFlagAbstract::fromXml | ( | $ | xml, | |
$ | elem | |||
) | [static] |
References fromXmlHelper().
Referenced by fromString(), and WTrSetFlag::handleRequest().
static WOFlagAbstract::fromXmlHelper | ( | $ | data, | |
$ | xml, | |||
$ | elem | |||
) | [static, protected] |
base for deserialization
Reimplemented from WObject.
References WObject::elementsByTagName().
Referenced by fromXml().
WOFlagAbstract::getdescription | ( | ) |
Referenced by toXmlHelper().
WOFlagAbstract::getflag | ( | ) |
Referenced by toXmlHelper().
WOFlagAbstract::getstr_description | ( | ) |
Referenced by toXmlHelper().
WOFlagAbstract::getstr_flag | ( | ) |
Referenced by toXmlHelper().
WOFlagAbstract::propertyArray | ( | ) |
base for property array
Reimplemented from WObject.
WOFlagAbstract::setdescription | ( | $ | value | ) |
WOFlagAbstract::setflag | ( | $ | value | ) |
WOFlagAbstract::toString | ( | ) |
References toXml().
WOFlagAbstract::toXml | ( | $ | xml, | |
$ | elementname = "Flag" | |||
) |
References toXmlHelper().
Referenced by toString().
WOFlagAbstract::toXmlHelper | ( | $ | xml, | |
$ | root | |||
) | [protected] |
base for serialization
Reimplemented from WObject.
References getdescription(), getflag(), getstr_description(), getstr_flag(), and xq().
Referenced by toXml().
static WOFlagAbstract::validatedescription | ( | $ | value | ) | [static] |
static WOFlagAbstract::validateflag | ( | $ | value | ) | [static] |
WOFlagAbstract::$prop_description = null [protected] |
WOFlagAbstract::$prop_flag = null [protected] |