MagicSmoke  $VERSION$
WOArtistAbstract Class Reference
Inheritance diagram for WOArtistAbstract:
WObject WOArtist

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 ()
 
 setcanuse ($value)
 
 setcomment ($value)
 
 setdescription ($value)
 
 setflags ($value)
 
 setid ($value)
 
 setname ($value)
 
 settags ($value)
 
 toString ()
 
 toTableartist (&$table)
 
 toXml ($xml, $elementname="Artist")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

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)
 
- 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_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 ( )

Member Function Documentation

static WOArtistAbstract::fromString (   $txt)
static

References translate().

static WOArtistAbstract::fromTableArrayartist ( array  $table)
static

References $i.

Referenced by WTrGetAllArtists\handleRequest().

static WOArtistAbstract::fromTableartist (   $table)
static
static WOArtistAbstract::fromXml (   $xml,
  $elem 
)
static
static WOArtistAbstract::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOArtistAbstract::getcanuse ( )

References $prop_canuse.

Referenced by toXmlHelper().

WOArtistAbstract::getcomment ( )

References $prop_comment.

Referenced by toXmlHelper().

WOArtistAbstract::getdescription ( )

References $prop_description.

Referenced by toXmlHelper().

WOArtistAbstract::getflags ( )

References $prop_flags.

Referenced by toXmlHelper().

WOArtistAbstract::getid ( )

References $prop_id.

Referenced by toXmlHelper().

WOArtistAbstract::getname ( )

References $prop_name.

Referenced by toXmlHelper().

WOArtistAbstract::getstr_canuse ( )

Referenced by toXmlHelper().

WOArtistAbstract::getstr_comment ( )

References $prop_comment.

Referenced by toXmlHelper().

WOArtistAbstract::getstr_description ( )

References $prop_description.

Referenced by toXmlHelper().

WOArtistAbstract::getstr_flags ( )

References $prop_flags.

Referenced by toXmlHelper().

WOArtistAbstract::getstr_id ( )

Referenced by toXmlHelper().

WOArtistAbstract::getstr_name ( )

References $prop_name.

Referenced by toXmlHelper().

WOArtistAbstract::getstr_tags ( )

References $prop_tags.

Referenced by toXmlHelper().

WOArtistAbstract::gettags ( )

References $prop_tags.

Referenced by toXmlHelper().

WOArtistAbstract::propertyArray ( )
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

Referenced by getcanuse().

WOArtistAbstract::$prop_comment =null
protected
WOArtistAbstract::$prop_description =null
protected
WOArtistAbstract::$prop_flags =null
protected
WOArtistAbstract::$prop_id =null
protected

Referenced by getid(), and toTableartist().

WOArtistAbstract::$prop_name =null
protected

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

WOArtistAbstract::$prop_tags =null
protected

Referenced by getstr_tags(), gettags(), and toTableartist().


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