MagicSmoke  $VERSION$
WOFlagAbstract Class Reference
Inheritance diagram for WOFlagAbstract:
WObject WOFlag

Public Member Functions

 __construct ()
 
 getdescription ()
 
 getflag ()
 
 getstr_description ()
 
 getstr_flag ()
 
 propertyArray ()
 
 setdescription ($value)
 
 setflag ($value)
 
 toString ()
 
 toXml ($xml, $elementname="Flag")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

Static Public Member Functions

static fromString ($txt)
 
static fromXml ($xml, $elem)
 
static validatedescription ($value)
 
static validateflag ($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_description =null
 
 $prop_flag =null
 

Constructor & Destructor Documentation

WOFlagAbstract::__construct ( )

Member Function Documentation

static WOFlagAbstract::fromString (   $txt)
static

References translate().

static WOFlagAbstract::fromXml (   $xml,
  $elem 
)
static
static WOFlagAbstract::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOFlagAbstract::getdescription ( )

References $prop_description.

Referenced by toXmlHelper().

WOFlagAbstract::getflag ( )

References $prop_flag.

Referenced by toXmlHelper().

WOFlagAbstract::getstr_description ( )

References $prop_description.

Referenced by toXmlHelper().

WOFlagAbstract::getstr_flag ( )

References $prop_flag.

Referenced by toXmlHelper().

WOFlagAbstract::propertyArray ( )
WOFlagAbstract::setdescription (   $value)
WOFlagAbstract::setflag (   $value)

Referenced by WOFlag\getAll().

WOFlagAbstract::toString ( )

References toXml().

WOFlagAbstract::toXml (   $xml,
  $elementname = "Flag" 
)

References toXmlHelper().

Referenced by toString().

WOFlagAbstract::toXmlHelper (   $xml,
  $root 
)
protected
static WOFlagAbstract::validatedescription (   $value)
static
static WOFlagAbstract::validateflag (   $value)
static

Member Data Documentation

WOFlagAbstract::$prop_description =null
protected
WOFlagAbstract::$prop_flag =null
protected

Referenced by getflag(), and getstr_flag().


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