MagicSmoke  $VERSION$
WOTemplateInfo Class Reference
Inheritance diagram for WOTemplateInfo:
WObject

Public Member Functions

 __construct ()
 
 getdescription ()
 
 getfilename ()
 
 getflags ()
 
 gethash ()
 
 getstr_description ()
 
 getstr_filename ()
 
 getstr_flags ()
 
 getstr_hash ()
 
 propertyArray ()
 
 setdescription ($value)
 
 setfilename ($value)
 
 setflags ($value)
 
 sethash ($value)
 
 toString ()
 
 toTabletemplate (&$table)
 
 toXml ($xml, $elementname="TemplateInfo")
 
- 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 validatedescription ($value)
 
static validatefilename ($value)
 
static validateflags ($value)
 
static validatehash ($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_filename =null
 
 $prop_flags =null
 
 $prop_hash =null
 

Constructor & Destructor Documentation

WOTemplateInfo::__construct ( )

Member Function Documentation

static WOTemplateInfo::fromString (   $txt)
static

References translate().

static WOTemplateInfo::fromTableArraytemplate ( array  $table)
static

References $i.

Referenced by WOTemplate\getList().

static WOTemplateInfo::fromTabletemplate (   $table)
static
static WOTemplateInfo::fromXml (   $xml,
  $elem 
)
static
static WOTemplateInfo::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOTemplateInfo::getdescription ( )

References $prop_description.

Referenced by toXmlHelper().

WOTemplateInfo::getfilename ( )

References $prop_filename.

Referenced by toXmlHelper().

WOTemplateInfo::getflags ( )

References $prop_flags.

Referenced by toXmlHelper().

WOTemplateInfo::gethash ( )

References $prop_hash.

Referenced by toXmlHelper().

WOTemplateInfo::getstr_description ( )

References $prop_description.

Referenced by toXmlHelper().

WOTemplateInfo::getstr_filename ( )

References $prop_filename.

Referenced by toXmlHelper().

WOTemplateInfo::getstr_flags ( )

References $prop_flags.

Referenced by toXmlHelper().

WOTemplateInfo::getstr_hash ( )

References $prop_hash.

Referenced by toXmlHelper().

WOTemplateInfo::propertyArray ( )
WOTemplateInfo::setdescription (   $value)
WOTemplateInfo::setfilename (   $value)
WOTemplateInfo::setflags (   $value)
WOTemplateInfo::sethash (   $value)
WOTemplateInfo::toString ( )

References toXml().

WOTemplateInfo::toTabletemplate ( $table)
WOTemplateInfo::toXml (   $xml,
  $elementname = "TemplateInfo" 
)

References toXmlHelper().

Referenced by toString().

WOTemplateInfo::toXmlHelper (   $xml,
  $root 
)
protected
static WOTemplateInfo::validatedescription (   $value)
static
static WOTemplateInfo::validatefilename (   $value)
static
static WOTemplateInfo::validateflags (   $value)
static
static WOTemplateInfo::validatehash (   $value)
static

Member Data Documentation

WOTemplateInfo::$prop_description =null
protected
WOTemplateInfo::$prop_filename =null
protected
WOTemplateInfo::$prop_flags =null
protected
WOTemplateInfo::$prop_hash =null
protected

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