|
MagicSmoke
$VERSION$
|
Static Public Member Functions | |
| static | createArtist ($trans) |
| called from the CreateArtist transaction More... | |
Static Public Member Functions inherited from WOArtistAbstract | |
| 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... | |
Additional Inherited Members | |
Public Member Functions inherited from WOArtistAbstract | |
| __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... | |
Protected Member Functions inherited from WOArtistAbstract | |
| toXmlHelper ($xml, $root) | |
Protected Member Functions inherited from WObject | |
| __construct () | |
| toXmlHelper ($xml, $root) | |
| base for serialization More... | |
Static Protected Member Functions inherited from WOArtistAbstract | |
| 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 inherited from WOArtistAbstract | |
| $prop_canuse =null | |
| $prop_comment =null | |
| $prop_description =null | |
| $prop_flags =null | |
| $prop_id =null | |
| $prop_name =null | |
| $prop_tags =null | |
|
static |
called from the CreateArtist transaction
References $db, WOArtistAbstract\fromTableartist(), WTartist\newRow(), WTartist\selectFromDB(), and tr().
Referenced by WTrCreateArtist\handleRequest().