MagicSmoke
$VERSION$
|
Public Member Functions | |
__construct () | |
add_rights ($value) | |
clear_rights () | |
getdescription () | |
getflags () | |
getname () | |
getrights () | |
getstr_description () | |
getstr_flags () | |
getstr_name () | |
getstrlist_rights () | |
propertyArray () | |
setdescription ($value) | |
setflags ($value) | |
setname ($value) | |
setrights (array $values) | |
toString () | |
toTablerole (&$table) | |
toXml ($xml, $elementname="Role") | |
Public Member Functions inherited from WObject | |
propertyArray () | |
base for property array More... | |
Static Public Member Functions | |
static | fromString ($txt) |
static | fromTableArrayrole (array $table) |
static | fromTablerole ($table) |
static | fromXml ($xml, $elem) |
static | validatedescription ($value) |
static | validateflags ($value) |
static | validatename ($value) |
static | validaterights ($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 | |
$prop_rights | |
WORoleAbstract::__construct | ( | ) |
WORoleAbstract::add_rights | ( | $value | ) |
WORoleAbstract::clear_rights | ( | ) |
|
static |
References translate().
|
static |
References $i.
Referenced by WTrGetAllRoles\handleRequest().
|
static |
Referenced by WTrGetRole\handleRequest().
|
static |
|
staticprotected |
References WObject\elementsByTagName().
WORoleAbstract::getdescription | ( | ) |
References $prop_description.
Referenced by toXmlHelper().
WORoleAbstract::getflags | ( | ) |
References $prop_flags.
Referenced by toXmlHelper().
WORoleAbstract::getname | ( | ) |
References $prop_name.
Referenced by toXmlHelper().
WORoleAbstract::getrights | ( | ) |
References $prop_rights.
WORoleAbstract::getstr_description | ( | ) |
References $prop_description.
Referenced by toXmlHelper().
WORoleAbstract::getstr_flags | ( | ) |
References $prop_flags.
Referenced by toXmlHelper().
WORoleAbstract::getstr_name | ( | ) |
References $prop_name.
Referenced by toXmlHelper().
WORoleAbstract::getstrlist_rights | ( | ) |
References $prop_rights.
Referenced by toXmlHelper().
WORoleAbstract::propertyArray | ( | ) |
WORoleAbstract::setdescription | ( | $value | ) |
WORoleAbstract::setflags | ( | $value | ) |
WORoleAbstract::setname | ( | $value | ) |
WORoleAbstract::setrights | ( | array | $values | ) |
WORoleAbstract::toString | ( | ) |
References toXml().
WORoleAbstract::toTablerole | ( | & | $table | ) |
References $prop_description, $prop_flags, and $prop_name.
WORoleAbstract::toXml | ( | $xml, | |
$elementname = "Role" |
|||
) |
References toXmlHelper().
Referenced by toString().
|
protected |
References getdescription(), getflags(), getname(), getstr_description(), getstr_flags(), getstr_name(), getstrlist_rights(), and xq().
Referenced by toXml().
|
static |
|
static |
|
static |
|
static |
|
protected |
Referenced by getdescription(), getstr_description(), and toTablerole().
|
protected |
Referenced by getflags(), getstr_flags(), and toTablerole().
|
protected |
Referenced by getname(), getstr_name(), and toTablerole().
|
protected |
Referenced by getrights(), and getstrlist_rights().