Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes

WOUser Class Reference

Inheritance diagram for WOUser:
WObject

List of all members.

Public Member Functions

 __construct ()
 getdescription ()
 getflags ()
 getname ()
 getstr_description ()
 getstr_flags ()
 getstr_name ()
 propertyArray ()
 base for property array
 setdescription ($value)
 setflags ($value)
 setname ($value)
 toString ()
 toTableuser (&$table)
 toXml ($xml, $elementname="User")

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)

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_flags = null
 $prop_name = null

Constructor & Destructor Documentation

WOUser::__construct (  ) 

Reimplemented from WObject.


Member Function Documentation

static WOUser::fromString ( txt  )  [static]

References fromXml(), and translate().

static WOUser::fromTableArrayuser ( array $  table  )  [static]
static WOUser::fromTableuser ( table  )  [static]
static WOUser::fromXml ( xml,
elem 
) [static]

References fromXmlHelper().

Referenced by fromString().

static WOUser::fromXmlHelper ( data,
xml,
elem 
) [static, protected]

base for deserialization

Reimplemented from WObject.

References WObject::elementsByTagName().

Referenced by fromXml().

WOUser::getdescription (  ) 

Referenced by toXmlHelper().

WOUser::getflags (  ) 

Referenced by toXmlHelper().

WOUser::getname (  ) 

Referenced by toXmlHelper().

WOUser::getstr_description (  ) 

Referenced by toXmlHelper().

WOUser::getstr_flags (  ) 

Referenced by toXmlHelper().

WOUser::getstr_name (  ) 

Referenced by toXmlHelper().

WOUser::propertyArray (  ) 

base for property array

Reimplemented from WObject.

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]

base for serialization

Reimplemented from WObject.

References getdescription(), getflags(), getname(), getstr_description(), getstr_flags(), getstr_name(), and xq().

Referenced by toXml().

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]
WOUser::$prop_name = null [protected]

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