MagicSmoke
$VERSION$
|
Public Member Functions | |
__construct () | |
getdescription () | |
getflags () | |
getname () | |
getstr_description () | |
getstr_flags () | |
getstr_name () | |
propertyArray () | |
setdescription ($value) | |
setflags ($value) | |
setname ($value) | |
toString () | |
toTableuser (&$table) | |
toXml ($xml, $elementname="User") | |
Public Member Functions inherited from WObject | |
propertyArray () | |
base for property array More... | |
Static Public Member Functions | |
static | fromString ($txt) |
static | fromTableArrayuser (array $table) |
static | fromTableuser ($table) |
static | fromXml ($xml, $elem) |
static | validatedescription ($value) |
static | validateflags ($value) |
static | validatename ($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_description =null | |
$prop_flags =null | |
$prop_name =null | |
WOUser::__construct | ( | ) |
|
static |
References translate().
|
static |
References $i.
Referenced by WTrGetAllUsers\handleRequest().
|
static |
Referenced by MachineUser\createUser(), and WTrGetUser\handleRequest().
|
static |
|
staticprotected |
References WObject\elementsByTagName().
WOUser::getdescription | ( | ) |
References $prop_description.
Referenced by toXmlHelper().
WOUser::getflags | ( | ) |
References $prop_flags.
Referenced by toXmlHelper().
WOUser::getname | ( | ) |
References $prop_name.
Referenced by toXmlHelper().
WOUser::getstr_description | ( | ) |
References $prop_description.
Referenced by toXmlHelper().
WOUser::getstr_flags | ( | ) |
References $prop_flags.
Referenced by toXmlHelper().
WOUser::getstr_name | ( | ) |
References $prop_name.
Referenced by toXmlHelper().
WOUser::propertyArray | ( | ) |
WOUser::setdescription | ( | $value | ) |
WOUser::setflags | ( | $value | ) |
WOUser::setname | ( | $value | ) |
WOUser::toString | ( | ) |
References toXml().
WOUser::toTableuser | ( | & | $table | ) |
References $prop_description, $prop_flags, and $prop_name.
WOUser::toXml | ( | $xml, | |
$elementname = "User" |
|||
) |
References toXmlHelper().
Referenced by toString().
|
protected |
References getdescription(), getflags(), getname(), getstr_description(), getstr_flags(), getstr_name(), and xq().
Referenced by toXml().
|
static |
|
static |
|
static |
|
protected |
Referenced by getdescription(), getstr_description(), and toTableuser().
|
protected |
Referenced by getflags(), getstr_flags(), and toTableuser().
|
protected |
Referenced by getname(), getstr_name(), and toTableuser().