MagicSmoke  $VERSION$
WOUser Class Reference
Inheritance diagram for WOUser:
WObject

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
 

Constructor & Destructor Documentation

WOUser::__construct ( )

Member Function Documentation

static WOUser::fromString (   $txt)
static

References translate().

static WOUser::fromTableArrayuser ( array  $table)
static

References $i.

Referenced by WTrGetAllUsers\handleRequest().

static WOUser::fromTableuser (   $table)
static
static WOUser::fromXml (   $xml,
  $elem 
)
static
static WOUser::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
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)
WOUser::toXml (   $xml,
  $elementname = "User" 
)

References toXmlHelper().

Referenced by toString().

WOUser::toXmlHelper (   $xml,
  $root 
)
protected
static WOUser::validatedescription (   $value)
static
static WOUser::validateflags (   $value)
static
static WOUser::validatename (   $value)
static

Member Data Documentation

WOUser::$prop_description =null
protected
WOUser::$prop_flags =null
protected

Referenced by getflags(), getstr_flags(), and toTableuser().

WOUser::$prop_name =null
protected

Referenced by getname(), getstr_name(), and toTableuser().


The documentation for this class was generated from the following file: