|
MagicSmoke
$VERSION$
|
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 | |
| WOArtistAbstract::__construct | ( | ) |
|
static |
References translate().
|
static |
References $i.
Referenced by WTrGetAllArtists\handleRequest().
|
static |
Referenced by WOArtist\createArtist(), and WOEventAbstract\fromTableevent().
|
static |
Referenced by WOEventAbstract\fromXmlHelper().
|
staticprotected |
References WObject\elementsByTagName().
| 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 | ) |
References WObject\fromXmlBoolean(), and WObject\isXmlBoolean().
| 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 | ) |
References $prop_comment, $prop_description, $prop_flags, $prop_id, $prop_name, and $prop_tags.
| WOArtistAbstract::toXml | ( | $xml, | |
$elementname = "Artist" |
|||
| ) |
References toXmlHelper().
Referenced by toString().
|
protected |
References getcanuse(), getcomment(), getdescription(), getflags(), getid(), getname(), getstr_canuse(), getstr_comment(), getstr_description(), getstr_flags(), getstr_id(), getstr_name(), getstr_tags(), gettags(), and xq().
Referenced by toXml().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
protected |
Referenced by getcanuse().
|
protected |
Referenced by getcomment(), getstr_comment(), and toTableartist().
|
protected |
Referenced by getdescription(), getstr_description(), and toTableartist().
|
protected |
Referenced by getflags(), getstr_flags(), and toTableartist().
|
protected |
Referenced by getid(), and toTableartist().
|
protected |
Referenced by getname(), getstr_name(), and toTableartist().
|
protected |
Referenced by getstr_tags(), gettags(), and toTableartist().