MagicSmoke  $VERSION$
WOTemplateAbstract Class Reference
Inheritance diagram for WOTemplateAbstract:
WObject WOTemplate

Public Member Functions

 __construct ()
 
 getcanuse ()
 
 getcontent ()
 
 getdescription ()
 
 getdolog ()
 
 getfilename ()
 
 getflags ()
 
 gethash ()
 
 getstr_canuse ()
 
 getstr_content ()
 
 getstr_description ()
 
 getstr_dolog ()
 
 getstr_filename ()
 
 getstr_flags ()
 
 getstr_hash ()
 
 getstr_tags ()
 
 gettags ()
 
 propertyArray ()
 
 setcanuse ($value)
 
 setcontent ($value)
 
 setdescription ($value)
 
 setdolog ($value)
 
 setfilename ($value)
 
 setflags ($value)
 
 sethash ($value)
 
 settags ($value)
 
 toString ()
 
 toTabletemplate (&$table)
 
 toXml ($xml, $elementname="Template")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

Static Public Member Functions

static fromString ($txt)
 
static fromTableArraytemplate (array $table)
 
static fromTabletemplate ($table)
 
static fromXml ($xml, $elem)
 
static validatecanuse ($value)
 
static validatecontent ($value)
 
static validatedescription ($value)
 
static validatedolog ($value)
 
static validatefilename ($value)
 
static validateflags ($value)
 
static validatehash ($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_content =null
 
 $prop_description =null
 
 $prop_dolog =null
 
 $prop_filename =null
 
 $prop_flags =null
 
 $prop_hash =null
 
 $prop_tags =null
 

Constructor & Destructor Documentation

WOTemplateAbstract::__construct ( )

Member Function Documentation

static WOTemplateAbstract::fromString (   $txt)
static

References translate().

static WOTemplateAbstract::fromTableArraytemplate ( array  $table)
static

References $i.

static WOTemplateAbstract::fromTabletemplate (   $table)
static
static WOTemplateAbstract::fromXml (   $xml,
  $elem 
)
static
static WOTemplateAbstract::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOTemplateAbstract::getcanuse ( )

References $prop_canuse.

Referenced by toXmlHelper().

WOTemplateAbstract::getcontent ( )

References $prop_content.

Referenced by toXmlHelper().

WOTemplateAbstract::getdescription ( )

References $prop_description.

Referenced by toXmlHelper().

WOTemplateAbstract::getdolog ( )

References $prop_dolog.

Referenced by toXmlHelper().

WOTemplateAbstract::getfilename ( )

References $prop_filename.

Referenced by toXmlHelper().

WOTemplateAbstract::getflags ( )

References $prop_flags.

Referenced by toXmlHelper().

WOTemplateAbstract::gethash ( )

References $prop_hash.

Referenced by toXmlHelper().

WOTemplateAbstract::getstr_canuse ( )

Referenced by toXmlHelper().

WOTemplateAbstract::getstr_content ( )

Referenced by toXmlHelper().

WOTemplateAbstract::getstr_description ( )

References $prop_description.

Referenced by toXmlHelper().

WOTemplateAbstract::getstr_dolog ( )

Referenced by toXmlHelper().

WOTemplateAbstract::getstr_filename ( )

References $prop_filename.

Referenced by toXmlHelper().

WOTemplateAbstract::getstr_flags ( )

References $prop_flags.

Referenced by toXmlHelper().

WOTemplateAbstract::getstr_hash ( )

References $prop_hash.

Referenced by toXmlHelper().

WOTemplateAbstract::getstr_tags ( )

References $prop_tags.

Referenced by toXmlHelper().

WOTemplateAbstract::gettags ( )

References $prop_tags.

Referenced by toXmlHelper().

WOTemplateAbstract::propertyArray ( )
WOTemplateAbstract::setcanuse (   $value)
WOTemplateAbstract::setcontent (   $value)
WOTemplateAbstract::setdescription (   $value)
WOTemplateAbstract::setdolog (   $value)
WOTemplateAbstract::setfilename (   $value)
WOTemplateAbstract::setflags (   $value)
WOTemplateAbstract::sethash (   $value)
WOTemplateAbstract::settags (   $value)
WOTemplateAbstract::toString ( )

References toXml().

WOTemplateAbstract::toTabletemplate ( $table)
WOTemplateAbstract::toXml (   $xml,
  $elementname = "Template" 
)

References toXmlHelper().

Referenced by toString().

static WOTemplateAbstract::validatecanuse (   $value)
static
static WOTemplateAbstract::validatecontent (   $value)
static
static WOTemplateAbstract::validatedescription (   $value)
static
static WOTemplateAbstract::validatedolog (   $value)
static
static WOTemplateAbstract::validatefilename (   $value)
static
static WOTemplateAbstract::validateflags (   $value)
static
static WOTemplateAbstract::validatehash (   $value)
static
static WOTemplateAbstract::validatetags (   $value)
static

Member Data Documentation

WOTemplateAbstract::$prop_canuse =null
protected

Referenced by getcanuse().

WOTemplateAbstract::$prop_content =null
protected

Referenced by getcontent(), and toTabletemplate().

WOTemplateAbstract::$prop_description =null
protected
WOTemplateAbstract::$prop_dolog =null
protected

Referenced by getdolog(), and toTabletemplate().

WOTemplateAbstract::$prop_filename =null
protected
WOTemplateAbstract::$prop_flags =null
protected
WOTemplateAbstract::$prop_hash =null
protected
WOTemplateAbstract::$prop_tags =null
protected

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