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

WOArtistAbstract Class Reference

Inheritance diagram for WOArtistAbstract:
WObject WOArtist

List of all members.

Public Member Functions

 __construct ()
 getcanuse ()
 getcomment ()
 getdescription ()
 getflags ()
 getid ()
 getname ()
 getstr_canuse ()
 getstr_comment ()
 getstr_description ()
 getstr_flags ()
 getstr_id ()
 getstr_name ()
 getstr_tags ()
 gettags ()
 propertyArray ()
 base for property array
 setcanuse ($value)
 setcomment ($value)
 setdescription ($value)
 setflags ($value)
 setid ($value)
 setname ($value)
 settags ($value)
 toString ()
 toTableartist (&$table)
 toXml ($xml, $elementname="Artist")

Static Public Member Functions

static fromString ($txt)
static fromTableArrayartist (array $table)
static fromTableartist ($table)
static fromXml ($xml, $elem)
static validatecanuse ($value)
static validatecomment ($value)
static validatedescription ($value)
static validateflags ($value)
static validateid ($value)
static validatename ($value)
static validatetags ($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_canuse = null
 $prop_comment = null
 $prop_description = null
 $prop_flags = null
 $prop_id = null
 $prop_name = null
 $prop_tags = null

Constructor & Destructor Documentation

WOArtistAbstract::__construct (  ) 

Reimplemented from WObject.


Member Function Documentation

static WOArtistAbstract::fromString ( txt  )  [static]

References fromXml(), and translate().

static WOArtistAbstract::fromTableArrayartist ( array $  table  )  [static]
static WOArtistAbstract::fromTableartist ( table  )  [static]
static WOArtistAbstract::fromXml ( xml,
elem 
) [static]
static WOArtistAbstract::fromXmlHelper ( data,
xml,
elem 
) [static, protected]

base for deserialization

Reimplemented from WObject.

References WObject::elementsByTagName().

Referenced by fromXml().

WOArtistAbstract::getcanuse (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::getcomment (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::getdescription (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::getflags (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::getid (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::getname (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::getstr_canuse (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::getstr_comment (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::getstr_description (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::getstr_flags (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::getstr_id (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::getstr_name (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::getstr_tags (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::gettags (  ) 

Referenced by toXmlHelper().

WOArtistAbstract::propertyArray (  ) 

base for property array

Reimplemented from WObject.

WOArtistAbstract::setcanuse ( value  ) 
WOArtistAbstract::setcomment ( value  ) 
WOArtistAbstract::setdescription ( value  ) 
WOArtistAbstract::setflags ( value  ) 
WOArtistAbstract::setid ( value  ) 
WOArtistAbstract::setname ( value  ) 
WOArtistAbstract::settags ( value  ) 
WOArtistAbstract::toString (  ) 

References toXml().

WOArtistAbstract::toTableartist ( &$  table  ) 
WOArtistAbstract::toXml ( xml,
elementname = "Artist" 
)

References toXmlHelper().

Referenced by toString().

WOArtistAbstract::toXmlHelper ( xml,
root 
) [protected]
static WOArtistAbstract::validatecanuse ( value  )  [static]
static WOArtistAbstract::validatecomment ( value  )  [static]
static WOArtistAbstract::validatedescription ( value  )  [static]
static WOArtistAbstract::validateflags ( value  )  [static]
static WOArtistAbstract::validateid ( value  )  [static]
static WOArtistAbstract::validatename ( value  )  [static]
static WOArtistAbstract::validatetags ( value  )  [static]

Member Data Documentation

WOArtistAbstract::$prop_canuse = null [protected]
WOArtistAbstract::$prop_comment = null [protected]
WOArtistAbstract::$prop_description = null [protected]
WOArtistAbstract::$prop_flags = null [protected]
WOArtistAbstract::$prop_id = null [protected]
WOArtistAbstract::$prop_name = null [protected]
WOArtistAbstract::$prop_tags = null [protected]

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